Html Css Color HEX #CAA00C Buddha Gold

📋 copy color: '#CAA00C'

red 202 ◦ green 160 ◦ blue 12

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

Shades of Buddha Gold #CAA00C

Tints of Buddha Gold #CAA00C

RGB

 RED value IS 202 (79.3% from 255) = 54.01%

 GREEN value IS 160 (62.89% from 255) = 42.78%

 BLUE value IS 12 (5.08% from 255) = 3.21%

R = 54.01%
G = 42.78%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAA00C (or 0xCAA00C) is known color: Buddha Gold. HEX triplet: CA, A0 and 0C. RGB value is (202,160,12). Sum of RGB (Red+Green+Blue) = 202+160+12=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA00C is #355FF3. Grayscale: #9C9C9C. Windows color (decimal): -3497972 or 827594. OLE color: 827594.

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

Color convert

RGB 202 160 12 -
CMYK 0 0.21 0.94 0.21
HSL 46.74º 0.89% 0.42% -
HSV(B) 46.74º 0.94% 0.79% -
XYZ 36.99 37.72 5.68 -
YUV 155.69 46.91 161.03 -
System Red Green Blue C M Y K H S L
Decimal 202 160 12 0 0.21 0.94 0.21 46.74 0.89 0.42
Hex CA A0 C 0 15 5E 15 2F 59 2A
Octal 312 240 14 0 25 136 25 57 131 52
Binary 11001010 10100000 1100 0 10101 1011110 10101 101111 1011001 101010

Color Harmonies of #CAA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA00C

Black with #CAA00C

Text Example


Text Example

White with #CAA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA00C; }

 p { color: rgb(202,160,12); }

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

background-color css

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

 a { background-color: rgb(202,160,12); }

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

border-color css

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

 span { border-color: rgb(202,160,12); }

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