Html Css Color HEX #CA9E19 Buddha Gold

📋 copy color: '#CA9E19'

red 202 ◦ green 158 ◦ blue 25

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

Shades of Buddha Gold #CA9E19

Tints of Buddha Gold #CA9E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 52.47%
G = 41.04%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA9E19 (or 0xCA9E19) is known color: Buddha Gold. HEX triplet: CA, 9E and 19. RGB value is (202,158,25). Sum of RGB (Red+Green+Blue) = 202+158+25=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E19 is #3561E6. Grayscale: #9C9C9C. Windows color (decimal): -3498471 or 1679050. OLE color: 1679050.

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

Color convert

RGB 202 158 25 -
CMYK 0 0.22 0.88 0.21
HSL 45.08º 0.78% 0.45% -
HSV(B) 45.08º 0.88% 0.79% -
XYZ 36.76 37.08 6.14 -
YUV 155.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 202 158 25 0 0.22 0.88 0.21 45.08 0.78 0.45
Hex CA 9E 19 0 16 58 15 2D 4E 2D
Octal 312 236 31 0 26 130 25 55 116 55
Binary 11001010 10011110 11001 0 10110 1011000 10101 101101 1001110 101101

Color Harmonies of #CA9E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E19

Black with #CA9E19

Text Example


Text Example

White with #CA9E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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