Html Css Color HEX #CA7016 Ochre

📋 copy color: '#CA7016'

red 202 ◦ green 112 ◦ blue 22

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

Shades of Ochre #CA7016

Tints of Ochre #CA7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 60.12%
G = 33.33%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA7016 (or 0xCA7016) is known color: Ochre. HEX triplet: CA, 70 and 16. RGB value is (202,112,22). Sum of RGB (Red+Green+Blue) = 202+112+22=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7016 is #358FE9. Grayscale: #818181. Windows color (decimal): -3510250 or 1470666. OLE color: 1470666.

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

Color convert

RGB 202 112 22 -
CMYK 0 0.45 0.89 0.21
HSL 30º 0.8% 0.44% -
HSV(B) 30º 0.89% 0.79% -
XYZ 30.3 24.2 3.83 -
YUV 128.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 202 112 22 0 0.45 0.89 0.21 30 0.8 0.44
Hex CA 70 16 0 2D 59 15 1E 50 2C
Octal 312 160 26 0 55 131 25 36 120 54
Binary 11001010 1110000 10110 0 101101 1011001 10101 11110 1010000 101100

Color Harmonies of #CA7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7016

Black with #CA7016

Text Example


Text Example

White with #CA7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7016; }

 p { color: rgb(202,112,22); }

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

background-color css

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

 a { background-color: rgb(202,112,22); }

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

border-color css

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

 span { border-color: rgb(202,112,22); }

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