Html Css Color HEX #C99720 Buddha Gold

📋 copy color: '#C99720'

red 201 ◦ green 151 ◦ blue 32

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

Shades of Buddha Gold #C99720

Tints of Buddha Gold #C99720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.32%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 52.34%
G = 39.32%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C99720 (or 0xC99720) is known color: Buddha Gold. HEX triplet: C9, 97 and 20. RGB value is (201,151,32). Sum of RGB (Red+Green+Blue) = 201+151+32=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99720 is #3668DF. Grayscale: #989898. Windows color (decimal): -3565792 or 2136009. OLE color: 2136009.

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

Color convert

RGB 201 151 32 -
CMYK 0 0.25 0.84 0.21
HSL 42.25º 0.73% 0.46% -
HSV(B) 42.25º 0.84% 0.79% -
XYZ 35.41 34.66 6.19 -
YUV 152.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 201 151 32 0 0.25 0.84 0.21 42.25 0.73 0.46
Hex C9 97 20 0 19 54 15 2A 49 2E
Octal 311 227 40 0 31 124 25 52 111 56
Binary 11001001 10010111 100000 0 11001 1010100 10101 101010 1001001 101110

Color Harmonies of #C99720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99720

Black with #C99720

Text Example


Text Example

White with #C99720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99720; }

 p { color: rgb(201,151,32); }

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

background-color css

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

 a { background-color: rgb(201,151,32); }

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

border-color css

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

 span { border-color: rgb(201,151,32); }

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