Html Css Color HEX #C19C06 Buddha Gold

📋 copy color: '#C19C06'

red 193 ◦ green 156 ◦ blue 6

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

Shades of Buddha Gold #C19C06

Tints of Buddha Gold #C19C06

RGB

 RED value IS 193 (75.78% from 255) = 54.37%

 GREEN value IS 156 (61.33% from 255) = 43.94%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 54.37%
G = 43.94%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C19C06 (or 0xC19C06) is known color: Buddha Gold. HEX triplet: C1, 9C and 06. RGB value is (193,156,6). Sum of RGB (Red+Green+Blue) = 193+156+6=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C06 is #3E63F9. Grayscale: #969696. Windows color (decimal): -4088826 or 433345. OLE color: 433345.

HSL color Cylindrical-coordinate representation of color #C19C06: hue angle of 48.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C19C06 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 6 -
CMYK 0 0.19 0.97 0.24
HSL 48.13º 0.94% 0.39% -
HSV(B) 48.13º 0.97% 0.76% -
XYZ 33.91 35.13 5.17 -
YUV 149.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 193 156 6 0 0.19 0.97 0.24 48.13 0.94 0.39
Hex C1 9C 6 0 13 61 18 30 5E 27
Octal 301 234 6 0 23 141 30 60 136 47
Binary 11000001 10011100 110 0 10011 1100001 11000 110000 1011110 100111

Color Harmonies of #C19C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C06

Black with #C19C06

Text Example


Text Example

White with #C19C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C06; }

 p { color: rgb(193,156,6); }

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

background-color css

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

 a { background-color: rgb(193,156,6); }

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

border-color css

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

 span { border-color: rgb(193,156,6); }

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