Html Css Color HEX #CA9C17 Buddha Gold

📋 copy color: '#CA9C17'

red 202 ◦ green 156 ◦ blue 23

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

Shades of Buddha Gold #CA9C17

Tints of Buddha Gold #CA9C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 53.02%
G = 40.94%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA9C17 (or 0xCA9C17) is known color: Buddha Gold. HEX triplet: CA, 9C and 17. RGB value is (202,156,23). Sum of RGB (Red+Green+Blue) = 202+156+23=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C17 is #3563E8. Grayscale: #9B9B9B. Windows color (decimal): -3498985 or 1547466. OLE color: 1547466.

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

Color convert

RGB 202 156 23 -
CMYK 0 0.23 0.89 0.21
HSL 44.58º 0.8% 0.44% -
HSV(B) 44.58º 0.89% 0.79% -
XYZ 36.4 36.4 5.92 -
YUV 154.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 202 156 23 0 0.23 0.89 0.21 44.58 0.8 0.44
Hex CA 9C 17 0 17 59 15 2D 50 2C
Octal 312 234 27 0 27 131 25 55 120 54
Binary 11001010 10011100 10111 0 10111 1011001 10101 101101 1010000 101100

Color Harmonies of #CA9C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C17

Black with #CA9C17

Text Example


Text Example

White with #CA9C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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