Html Css Color HEX #C0701D Ochre

📋 copy color: '#C0701D'

red 192 ◦ green 112 ◦ blue 29

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

Shades of Ochre #C0701D

Tints of Ochre #C0701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 57.66%
G = 33.63%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0701D (or 0xC0701D) is known color: Ochre. HEX triplet: C0, 70 and 1D. RGB value is (192,112,29). Sum of RGB (Red+Green+Blue) = 192+112+29=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0701D is #3F8FE2. Grayscale: #7E7E7E. Windows color (decimal): -4165603 or 1929408. OLE color: 1929408.

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

Color convert

RGB 192 112 29 -
CMYK 0 0.42 0.85 0.25
HSL 30.55º 0.74% 0.43% -
HSV(B) 30.55º 0.85% 0.75% -
XYZ 27.75 22.88 4.12 -
YUV 126.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 192 112 29 0 0.42 0.85 0.25 30.55 0.74 0.43
Hex C0 70 1D 0 2A 55 19 1F 4A 2B
Octal 300 160 35 0 52 125 31 37 112 53
Binary 11000000 1110000 11101 0 101010 1010101 11001 11111 1001010 101011

Color Harmonies of #C0701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0701D

Black with #C0701D

Text Example


Text Example

White with #C0701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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