Html Css Color HEX #CA701E Ochre

📋 copy color: '#CA701E'

red 202 ◦ green 112 ◦ blue 30

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

Shades of Ochre #CA701E

Tints of Ochre #CA701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 58.72%
G = 32.56%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA701E (or 0xCA701E) is known color: Ochre. HEX triplet: CA, 70 and 1E. RGB value is (202,112,30). Sum of RGB (Red+Green+Blue) = 202+112+30=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA701E is #358FE1. Grayscale: #818181. Windows color (decimal): -3510242 or 1994954. OLE color: 1994954.

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

Color convert

RGB 202 112 30 -
CMYK 0 0.45 0.85 0.21
HSL 28.6º 0.74% 0.45% -
HSV(B) 28.6º 0.85% 0.79% -
XYZ 30.39 24.24 4.31 -
YUV 129.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 202 112 30 0 0.45 0.85 0.21 28.6 0.74 0.45
Hex CA 70 1E 0 2D 55 15 1D 4A 2D
Octal 312 160 36 0 55 125 25 35 112 55
Binary 11001010 1110000 11110 0 101101 1010101 10101 11101 1001010 101101

Color Harmonies of #CA701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA701E

Black with #CA701E

Text Example


Text Example

White with #CA701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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