Html Css Color HEX #C87128 Ochre

📋 copy color: '#C87128'

red 200 ◦ green 113 ◦ blue 40

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

Shades of Ochre #C87128

Tints of Ochre #C87128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 56.66%
G = 32.01%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C87128 (or 0xC87128) is known color: Ochre. HEX triplet: C8, 71 and 28. RGB value is (200,113,40). Sum of RGB (Red+Green+Blue) = 200+113+40=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C87128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87128 is #378ED7. Grayscale: #838383. Windows color (decimal): -3641048 or 2650568. OLE color: 2650568.

HSL color Cylindrical-coordinate representation of color #C87128: hue angle of 27.38º degrees, saturation: 0.67, 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 #C87128 is Cyan = 0, Magento = 0.44, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 40 -
CMYK 0 0.44 0.8 0.22
HSL 27.38º 0.67% 0.47% -
HSV(B) 27.38º 0.8% 0.78% -
XYZ 30.11 24.24 5.1 -
YUV 130.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 200 113 40 0 0.44 0.8 0.22 27.38 0.67 0.47
Hex C8 71 28 0 2C 50 16 1B 43 2F
Octal 310 161 50 0 54 120 26 33 103 57
Binary 11001000 1110001 101000 0 101100 1010000 10110 11011 1000011 101111

Color Harmonies of #C87128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87128

Black with #C87128

Text Example


Text Example

White with #C87128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87128; }

 p { color: rgb(200,113,40); }

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

background-color css

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

 a { background-color: rgb(200,113,40); }

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

border-color css

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

 span { border-color: rgb(200,113,40); }

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