Html Css Color HEX #CA9C0E Buddha Gold

📋 copy color: '#CA9C0E'

red 202 ◦ green 156 ◦ blue 14

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

Shades of Buddha Gold #CA9C0E

Tints of Buddha Gold #CA9C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 54.3%
G = 41.94%
B = 3.76%

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

#CA9C0E (or 0xCA9C0E) is known color: Buddha Gold. HEX triplet: CA, 9C and 0E. RGB value is (202,156,14). Sum of RGB (Red+Green+Blue) = 202+156+14=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C0E is #3563F1. Grayscale: #9A9A9A. Windows color (decimal): -3498994 or 957642. OLE color: 957642.

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

Color convert

RGB 202 156 14 -
CMYK 0 0.23 0.93 0.21
HSL 45.32º 0.87% 0.42% -
HSV(B) 45.32º 0.93% 0.79% -
XYZ 36.32 36.37 5.52 -
YUV 153.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 202 156 14 0 0.23 0.93 0.21 45.32 0.87 0.42
Hex CA 9C E 0 17 5D 15 2D 57 2A
Octal 312 234 16 0 27 135 25 55 127 52
Binary 11001010 10011100 1110 0 10111 1011101 10101 101101 1010111 101010

Color Harmonies of #CA9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C0E

Black with #CA9C0E

Text Example


Text Example

White with #CA9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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