Html Css Color HEX #C99617 Buddha Gold

📋 copy color: '#C99617'

red 201 ◦ green 150 ◦ blue 23

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

Shades of Buddha Gold #C99617

Tints of Buddha Gold #C99617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 53.74%
G = 40.11%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C99617 (or 0xC99617) is known color: Buddha Gold. HEX triplet: C9, 96 and 17. RGB value is (201,150,23). Sum of RGB (Red+Green+Blue) = 201+150+23=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C99617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99617 is #3669E8. Grayscale: #979797. Windows color (decimal): -3566057 or 1545929. OLE color: 1545929.

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

Color convert

RGB 201 150 23 -
CMYK 0 0.25 0.89 0.21
HSL 42.81º 0.79% 0.44% -
HSV(B) 42.81º 0.89% 0.79% -
XYZ 35.15 34.29 5.58 -
YUV 150.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 201 150 23 0 0.25 0.89 0.21 42.81 0.79 0.44
Hex C9 96 17 0 19 59 15 2B 4F 2C
Octal 311 226 27 0 31 131 25 53 117 54
Binary 11001001 10010110 10111 0 11001 1011001 10101 101011 1001111 101100

Color Harmonies of #C99617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99617

Black with #C99617

Text Example


Text Example

White with #C99617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99617; }

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

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

background-color css

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

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

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

border-color css

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

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

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