Html Css Color HEX #CA9E12 Buddha Gold

📋 copy color: '#CA9E12'

red 202 ◦ green 158 ◦ blue 18

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

Shades of Buddha Gold #CA9E12

Tints of Buddha Gold #CA9E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.76%

R = 53.44%
G = 41.8%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA9E12 (or 0xCA9E12) is known color: Buddha Gold. HEX triplet: CA, 9E and 12. RGB value is (202,158,18). Sum of RGB (Red+Green+Blue) = 202+158+18=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E12 is #3561ED. Grayscale: #9B9B9B. Windows color (decimal): -3498478 or 1220298. OLE color: 1220298.

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

Color convert

RGB 202 158 18 -
CMYK 0 0.22 0.91 0.21
HSL 45.65º 0.84% 0.43% -
HSV(B) 45.65º 0.91% 0.79% -
XYZ 36.69 37.05 5.79 -
YUV 155.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 202 158 18 0 0.22 0.91 0.21 45.65 0.84 0.43
Hex CA 9E 12 0 16 5B 15 2E 54 2B
Octal 312 236 22 0 26 133 25 56 124 53
Binary 11001010 10011110 10010 0 10110 1011011 10101 101110 1010100 101011

Color Harmonies of #CA9E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E12

Black with #CA9E12

Text Example


Text Example

White with #CA9E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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