Html Css Color HEX #CA970C Buddha Gold

📋 copy color: '#CA970C'

red 202 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #CA970C

Tints of Buddha Gold #CA970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 12 (5.08% from 255) = 3.29%

R = 55.34%
G = 41.37%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA970C (or 0xCA970C) is known color: Buddha Gold. HEX triplet: CA, 97 and 0C. RGB value is (202,151,12). Sum of RGB (Red+Green+Blue) = 202+151+12=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA970C is #3568F3. Grayscale: #979797. Windows color (decimal): -3500276 or 825290. OLE color: 825290.

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

Color convert

RGB 202 151 12 -
CMYK 0 0.25 0.94 0.21
HSL 43.89º 0.89% 0.42% -
HSV(B) 43.89º 0.94% 0.79% -
XYZ 35.49 34.72 5.18 -
YUV 150.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 202 151 12 0 0.25 0.94 0.21 43.89 0.89 0.42
Hex CA 97 C 0 19 5E 15 2C 59 2A
Octal 312 227 14 0 31 136 25 54 131 52
Binary 11001010 10010111 1100 0 11001 1011110 10101 101100 1011001 101010

Color Harmonies of #CA970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA970C

Black with #CA970C

Text Example


Text Example

White with #CA970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA970C; }

 p { color: rgb(202,151,12); }

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

background-color css

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

 a { background-color: rgb(202,151,12); }

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

border-color css

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

 span { border-color: rgb(202,151,12); }

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