Html Css Color HEX #C69213 Buddha Gold

📋 copy color: '#C69213'

red 198 ◦ green 146 ◦ blue 19

#C69213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C69213

Tints of Buddha Gold #C69213

RGB

 RED value IS 198 (77.73% from 255) = 54.55%

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 54.55%
G = 40.22%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C69213 (or 0xC69213) is known color: Buddha Gold. HEX triplet: C6, 92 and 13. RGB value is (198,146,19). Sum of RGB (Red+Green+Blue) = 198+146+19=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C69213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69213 is #396DEC. Grayscale: #939393. Windows color (decimal): -3763693 or 1282758. OLE color: 1282758.

HSL color Cylindrical-coordinate representation of color #C69213: hue angle of 42.57º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C69213 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 19 -
CMYK 0 0.26 0.90 0.22
HSL 42.57º 0.82% 0.43% -
HSV(B) 42.57º 0.9% 0.78% -
XYZ 33.69 32.61 5.14 -
YUV 147.07 55.73 164.33 -
System Red Green Blue C M Y K H S L
Decimal 198 146 19 0 0.26 0.90 0.22 42.57 0.82 0.43
Hex C6 92 13 0 1A 5A 16 2B 52 2B
Octal 306 222 23 0 32 132 26 53 122 53
Binary 11000110 10010010 10011 0 11010 1011010 10110 101011 1010010 101011

Color Harmonies of #C69213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69213

Black with #C69213

Text Example


Text Example

White with #C69213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69213; }

 p { color: rgb(198,146,19); }

 H1.HeaderClassName
 {
   color: #C69213;
 }
 .AnyTagClassName
 {
   color: #C69213;
 }
</style>

background-color css

<style>
 a { background-color: #C69213; }

 a { background-color: rgb(198,146,19); }

 div.DivClassName
 {
   background-color: #C69213;
 }
 .BgClassName
 {
   background-color: #C69213;
 }
</style>

border-color css

<style>
 span { border-color: #C69213; }

 span { border-color: rgb(198,146,19); }

 td.TdClassName
 {
   border-color: #C69213;
 }
 .TagClassName
 {
   border-color: #C69213;
 }
</style>