Html Css Color HEX #CA9E10 Buddha Gold

📋 copy color: '#CA9E10'

red 202 ◦ green 158 ◦ blue 16

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

Shades of Buddha Gold #CA9E10

Tints of Buddha Gold #CA9E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.02%

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

R = 53.72%
G = 42.02%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA9E10 (or 0xCA9E10) is known color: Buddha Gold. HEX triplet: CA, 9E and 10. RGB value is (202,158,16). Sum of RGB (Red+Green+Blue) = 202+158+16=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E10 is #3561EF. Grayscale: #9B9B9B. Windows color (decimal): -3498480 or 1089226. OLE color: 1089226.

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

Color convert

RGB 202 158 16 -
CMYK 0 0.22 0.92 0.21
HSL 45.81º 0.85% 0.43% -
HSV(B) 45.81º 0.92% 0.79% -
XYZ 36.68 37.05 5.71 -
YUV 154.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 202 158 16 0 0.22 0.92 0.21 45.81 0.85 0.43
Hex CA 9E 10 0 16 5C 15 2E 55 2B
Octal 312 236 20 0 26 134 25 56 125 53
Binary 11001010 10011110 10000 0 10110 1011100 10101 101110 1010101 101011

Color Harmonies of #CA9E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E10

Black with #CA9E10

Text Example


Text Example

White with #CA9E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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