Html Css Color HEX #CA701B Ochre

📋 copy color: '#CA701B'

red 202 ◦ green 112 ◦ blue 27

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

Shades of Ochre #CA701B

Tints of Ochre #CA701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 59.24%
G = 32.84%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA701B (or 0xCA701B) is known color: Ochre. HEX triplet: CA, 70 and 1B. RGB value is (202,112,27). Sum of RGB (Red+Green+Blue) = 202+112+27=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA701B is #358FE4. Grayscale: #818181. Windows color (decimal): -3510245 or 1798346. OLE color: 1798346.

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

Color convert

RGB 202 112 27 -
CMYK 0 0.45 0.87 0.21
HSL 29.14º 0.76% 0.45% -
HSV(B) 29.14º 0.87% 0.79% -
XYZ 30.35 24.22 4.11 -
YUV 129.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 202 112 27 0 0.45 0.87 0.21 29.14 0.76 0.45
Hex CA 70 1B 0 2D 57 15 1D 4C 2D
Octal 312 160 33 0 55 127 25 35 114 55
Binary 11001010 1110000 11011 0 101101 1010111 10101 11101 1001100 101101

Color Harmonies of #CA701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA701B

Black with #CA701B

Text Example


Text Example

White with #CA701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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