Html Css Color HEX #C87029 Ochre

📋 copy color: '#C87029'

red 200 ◦ green 112 ◦ blue 41

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

Shades of Ochre #C87029

Tints of Ochre #C87029

RGB

 RED value IS 200 (78.52% from 255) = 56.66%

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

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 56.66%
G = 31.73%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87029 (or 0xC87029) is known color: Ochre. HEX triplet: C8, 70 and 29. RGB value is (200,112,41). Sum of RGB (Red+Green+Blue) = 200+112+41=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C87029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87029 is #378FD6. Grayscale: #828282. Windows color (decimal): -3641303 or 2715848. OLE color: 2715848.

HSL color Cylindrical-coordinate representation of color #C87029: hue angle of 26.79º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C87029 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 112 41 -
CMYK 0 0.44 0.80 0.22
HSL 26.79º 0.66% 0.47% -
HSV(B) 26.79º 0.8% 0.78% -
XYZ 30.01 24.03 5.15 -
YUV 130.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 200 112 41 0 0.44 0.80 0.22 26.79 0.66 0.47
Hex C8 70 29 0 2C 50 16 1B 42 2F
Octal 310 160 51 0 54 120 26 33 102 57
Binary 11001000 1110000 101001 0 101100 1010000 10110 11011 1000010 101111

Color Harmonies of #C87029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87029

Black with #C87029

Text Example


Text Example

White with #C87029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87029; }

 p { color: rgb(200,112,41); }

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

background-color css

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

 a { background-color: rgb(200,112,41); }

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

border-color css

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

 span { border-color: rgb(200,112,41); }

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