Html Css Color HEX #CA9B19 Buddha Gold

📋 copy color: '#CA9B19'

red 202 ◦ green 155 ◦ blue 25

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

Shades of Buddha Gold #CA9B19

Tints of Buddha Gold #CA9B19

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.58%

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

R = 52.88%
G = 40.58%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA9B19 (or 0xCA9B19) is known color: Buddha Gold. HEX triplet: CA, 9B and 19. RGB value is (202,155,25). Sum of RGB (Red+Green+Blue) = 202+155+25=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9B19 is #3564E6. Grayscale: #9A9A9A. Windows color (decimal): -3499239 or 1678282. OLE color: 1678282.

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

Color convert

RGB 202 155 25 -
CMYK 0 0.23 0.88 0.21
HSL 44.07º 0.78% 0.45% -
HSV(B) 44.07º 0.88% 0.79% -
XYZ 36.25 36.07 5.97 -
YUV 154.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 202 155 25 0 0.23 0.88 0.21 44.07 0.78 0.45
Hex CA 9B 19 0 17 58 15 2C 4E 2D
Octal 312 233 31 0 27 130 25 54 116 55
Binary 11001010 10011011 11001 0 10111 1011000 10101 101100 1001110 101101

Color Harmonies of #CA9B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9B19

Black with #CA9B19

Text Example


Text Example

White with #CA9B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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