Html Css Color HEX #CA9C0F Buddha Gold

📋 copy color: '#CA9C0F'

red 202 ◦ green 156 ◦ blue 15

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

Shades of Buddha Gold #CA9C0F

Tints of Buddha Gold #CA9C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 54.16%
G = 41.82%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA9C0F (or 0xCA9C0F) is known color: Buddha Gold. HEX triplet: CA, 9C and 0F. RGB value is (202,156,15). Sum of RGB (Red+Green+Blue) = 202+156+15=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C0F is #3563F0. Grayscale: #9A9A9A. Windows color (decimal): -3498993 or 1023178. OLE color: 1023178.

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

Color convert

RGB 202 156 15 -
CMYK 0 0.23 0.93 0.21
HSL 45.24º 0.86% 0.43% -
HSV(B) 45.24º 0.93% 0.79% -
XYZ 36.33 36.37 5.56 -
YUV 153.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 202 156 15 0 0.23 0.93 0.21 45.24 0.86 0.43
Hex CA 9C F 0 17 5D 15 2D 56 2B
Octal 312 234 17 0 27 135 25 55 126 53
Binary 11001010 10011100 1111 0 10111 1011101 10101 101101 1010110 101011

Color Harmonies of #CA9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C0F

Black with #CA9C0F

Text Example


Text Example

White with #CA9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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