Html Css Color HEX #CA7015 Ochre

📋 copy color: '#CA7015'

red 202 ◦ green 112 ◦ blue 21

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

Shades of Ochre #CA7015

Tints of Ochre #CA7015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 60.3%
G = 33.43%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA7015 (or 0xCA7015) is known color: Ochre. HEX triplet: CA, 70 and 15. RGB value is (202,112,21). Sum of RGB (Red+Green+Blue) = 202+112+21=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7015 is #358FEA. Grayscale: #808080. Windows color (decimal): -3510251 or 1405130. OLE color: 1405130.

HSL color Cylindrical-coordinate representation of color #CA7015: hue angle of 30.17º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA7015 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 21 -
CMYK 0 0.45 0.90 0.21
HSL 30.17º 0.81% 0.44% -
HSV(B) 30.17º 0.9% 0.79% -
XYZ 30.29 24.2 3.78 -
YUV 128.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 202 112 21 0 0.45 0.90 0.21 30.17 0.81 0.44
Hex CA 70 15 0 2D 5A 15 1E 51 2C
Octal 312 160 25 0 55 132 25 36 121 54
Binary 11001010 1110000 10101 0 101101 1011010 10101 11110 1010001 101100

Color Harmonies of #CA7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7015

Black with #CA7015

Text Example


Text Example

White with #CA7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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