Html Css Color HEX #C99619 Buddha Gold

📋 copy color: '#C99619'

red 201 ◦ green 150 ◦ blue 25

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

Shades of Buddha Gold #C99619

Tints of Buddha Gold #C99619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 53.46%
G = 39.89%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99619 (or 0xC99619) is known color: Buddha Gold. HEX triplet: C9, 96 and 19. RGB value is (201,150,25). Sum of RGB (Red+Green+Blue) = 201+150+25=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C99619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99619 is #3669E6. Grayscale: #979797. Windows color (decimal): -3566055 or 1677001. OLE color: 1677001.

HSL color Cylindrical-coordinate representation of color #C99619: hue angle of 42.61º 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 #C99619 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 25 -
CMYK 0 0.25 0.88 0.21
HSL 42.61º 0.78% 0.44% -
HSV(B) 42.61º 0.88% 0.79% -
XYZ 35.17 34.3 5.69 -
YUV 151 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 201 150 25 0 0.25 0.88 0.21 42.61 0.78 0.44
Hex C9 96 19 0 19 58 15 2B 4E 2C
Octal 311 226 31 0 31 130 25 53 116 54
Binary 11001001 10010110 11001 0 11001 1011000 10101 101011 1001110 101100

Color Harmonies of #C99619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99619

Black with #C99619

Text Example


Text Example

White with #C99619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99619; }

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

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

background-color css

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

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

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

border-color css

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

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

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