Html Css Color HEX #C99C19 Buddha Gold

📋 copy color: '#C99C19'

red 201 ◦ green 156 ◦ blue 25

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

Shades of Buddha Gold #C99C19

Tints of Buddha Gold #C99C19

RGB

 RED value IS 201 (78.91% from 255) = 52.62%

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

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 52.62%
G = 40.84%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99C19 (or 0xC99C19) is known color: Buddha Gold. HEX triplet: C9, 9C and 19. RGB value is (201,156,25). Sum of RGB (Red+Green+Blue) = 201+156+25=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99C19 is #3663E6. Grayscale: #9B9B9B. Windows color (decimal): -3564519 or 1678537. OLE color: 1678537.

HSL color Cylindrical-coordinate representation of color #C99C19: hue angle of 44.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C99C19 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 156 25 -
CMYK 0 0.22 0.88 0.21
HSL 44.66º 0.78% 0.44% -
HSV(B) 44.66º 0.88% 0.79% -
XYZ 36.15 36.26 6.01 -
YUV 154.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 201 156 25 0 0.22 0.88 0.21 44.66 0.78 0.44
Hex C9 9C 19 0 16 58 15 2D 4E 2C
Octal 311 234 31 0 26 130 25 55 116 54
Binary 11001001 10011100 11001 0 10110 1011000 10101 101101 1001110 101100

Color Harmonies of #C99C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C19

Black with #C99C19

Text Example


Text Example

White with #C99C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C19; }

 p { color: rgb(201,156,25); }

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

background-color css

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

 a { background-color: rgb(201,156,25); }

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

border-color css

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

 span { border-color: rgb(201,156,25); }

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