Html Css Color HEX #C0701B Ochre

📋 copy color: '#C0701B'

red 192 ◦ green 112 ◦ blue 27

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

Shades of Ochre #C0701B

Tints of Ochre #C0701B

RGB

 RED value IS 192 (75.39% from 255) = 58.01%

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

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

R = 58.01%
G = 33.84%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0701B (or 0xC0701B) is known color: Ochre. HEX triplet: C0, 70 and 1B. RGB value is (192,112,27). Sum of RGB (Red+Green+Blue) = 192+112+27=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0701B is #3F8FE4. Grayscale: #7E7E7E. Windows color (decimal): -4165605 or 1798336. OLE color: 1798336.

HSL color Cylindrical-coordinate representation of color #C0701B: hue angle of 30.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0701B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 27 -
CMYK 0 0.42 0.86 0.25
HSL 30.91º 0.75% 0.43% -
HSV(B) 30.91º 0.86% 0.75% -
XYZ 27.73 22.87 3.99 -
YUV 126.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 192 112 27 0 0.42 0.86 0.25 30.91 0.75 0.43
Hex C0 70 1B 0 2A 56 19 1F 4B 2B
Octal 300 160 33 0 52 126 31 37 113 53
Binary 11000000 1110000 11011 0 101010 1010110 11001 11111 1001011 101011

Color Harmonies of #C0701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0701B

Black with #C0701B

Text Example


Text Example

White with #C0701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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