Html Css Color HEX #C87628 Ochre

📋 copy color: '#C87628'

red 200 ◦ green 118 ◦ blue 40

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

Shades of Ochre #C87628

Tints of Ochre #C87628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 55.87%
G = 32.96%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C87628 (or 0xC87628) is known color: Ochre. HEX triplet: C8, 76 and 28. RGB value is (200,118,40). Sum of RGB (Red+Green+Blue) = 200+118+40=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C87628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87628 is #3789D7. Grayscale: #868686. Windows color (decimal): -3639768 or 2651848. OLE color: 2651848.

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

Color convert

RGB 200 118 40 -
CMYK 0 0.41 0.8 0.22
HSL 29.25º 0.67% 0.47% -
HSV(B) 29.25º 0.8% 0.78% -
XYZ 30.68 25.39 5.29 -
YUV 133.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 200 118 40 0 0.41 0.8 0.22 29.25 0.67 0.47
Hex C8 76 28 0 29 50 16 1D 43 2F
Octal 310 166 50 0 51 120 26 35 103 57
Binary 11001000 1110110 101000 0 101001 1010000 10110 11101 1000011 101111

Color Harmonies of #C87628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87628

Black with #C87628

Text Example


Text Example

White with #C87628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87628; }

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

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

background-color css

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

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

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

border-color css

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

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

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