Html Css Color HEX #CA701F Ochre

📋 copy color: '#CA701F'

red 202 ◦ green 112 ◦ blue 31

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

Shades of Ochre #CA701F

Tints of Ochre #CA701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 58.55%
G = 32.46%
B = 8.99%

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

#CA701F (or 0xCA701F) is known color: Ochre. HEX triplet: CA, 70 and 1F. RGB value is (202,112,31). Sum of RGB (Red+Green+Blue) = 202+112+31=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA701F is #358FE0. Grayscale: #828282. Windows color (decimal): -3510241 or 2060490. OLE color: 2060490.

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

Color convert

RGB 202 112 31 -
CMYK 0 0.45 0.85 0.21
HSL 28.42º 0.73% 0.46% -
HSV(B) 28.42º 0.85% 0.79% -
XYZ 30.4 24.24 4.37 -
YUV 129.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 202 112 31 0 0.45 0.85 0.21 28.42 0.73 0.46
Hex CA 70 1F 0 2D 55 15 1C 49 2E
Octal 312 160 37 0 55 125 25 34 111 56
Binary 11001010 1110000 11111 0 101101 1010101 10101 11100 1001001 101110

Color Harmonies of #CA701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA701F

Black with #CA701F

Text Example


Text Example

White with #CA701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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