Html Css Color HEX #CA9C10 Buddha Gold

📋 copy color: '#CA9C10'

red 202 ◦ green 156 ◦ blue 16

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

Shades of Buddha Gold #CA9C10

Tints of Buddha Gold #CA9C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 54.01%
G = 41.71%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA9C10 (or 0xCA9C10) is known color: Buddha Gold. HEX triplet: CA, 9C and 10. RGB value is (202,156,16). Sum of RGB (Red+Green+Blue) = 202+156+16=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C10 is #3563EF. Grayscale: #9A9A9A. Windows color (decimal): -3498992 or 1088714. OLE color: 1088714.

HSL color Cylindrical-coordinate representation of color #CA9C10: hue angle of 45.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA9C10 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 156 16 -
CMYK 0 0.23 0.92 0.21
HSL 45.16º 0.85% 0.43% -
HSV(B) 45.16º 0.92% 0.79% -
XYZ 36.34 36.37 5.6 -
YUV 153.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 202 156 16 0 0.23 0.92 0.21 45.16 0.85 0.43
Hex CA 9C 10 0 17 5C 15 2D 55 2B
Octal 312 234 20 0 27 134 25 55 125 53
Binary 11001010 10011100 10000 0 10111 1011100 10101 101101 1010101 101011

Color Harmonies of #CA9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C10

Black with #CA9C10

Text Example


Text Example

White with #CA9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C10; }

 p { color: rgb(202,156,16); }

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

background-color css

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

 a { background-color: rgb(202,156,16); }

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

border-color css

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

 span { border-color: rgb(202,156,16); }

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