Html Css Color HEX #C87223 Ochre

📋 copy color: '#C87223'

red 200 ◦ green 114 ◦ blue 35

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

Shades of Ochre #C87223

Tints of Ochre #C87223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 35 (14.06% from 255) = 10.03%

R = 57.31%
G = 32.66%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87223 (or 0xC87223) is known color: Ochre. HEX triplet: C8, 72 and 23. RGB value is (200,114,35). Sum of RGB (Red+Green+Blue) = 200+114+35=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C87223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87223 is #378DDC. Grayscale: #838383. Windows color (decimal): -3640797 or 2323144. OLE color: 2323144.

HSL color Cylindrical-coordinate representation of color #C87223: hue angle of 28.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C87223 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 35 -
CMYK 0 0.43 0.82 0.22
HSL 28.73º 0.7% 0.46% -
HSV(B) 28.73º 0.83% 0.78% -
XYZ 30.14 24.44 4.72 -
YUV 130.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 200 114 35 0 0.43 0.82 0.22 28.73 0.7 0.46
Hex C8 72 23 0 2B 52 16 1D 46 2E
Octal 310 162 43 0 53 122 26 35 106 56
Binary 11001000 1110010 100011 0 101011 1010010 10110 11101 1000110 101110

Color Harmonies of #C87223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87223

Black with #C87223

Text Example


Text Example

White with #C87223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87223; }

 p { color: rgb(200,114,35); }

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

background-color css

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

 a { background-color: rgb(200,114,35); }

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

border-color css

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

 span { border-color: rgb(200,114,35); }

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