Html Css Color HEX #C87627 Ochre

📋 copy color: '#C87627'

red 200 ◦ green 118 ◦ blue 39

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

Shades of Ochre #C87627

Tints of Ochre #C87627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 56.02%
G = 33.05%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87627 (or 0xC87627) is known color: Ochre. HEX triplet: C8, 76 and 27. RGB value is (200,118,39). Sum of RGB (Red+Green+Blue) = 200+118+39=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87627 is #3789D8. Grayscale: #858585. Windows color (decimal): -3639769 or 2586312. OLE color: 2586312.

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

Color convert

RGB 200 118 39 -
CMYK 0 0.41 0.80 0.22
HSL 29.44º 0.67% 0.47% -
HSV(B) 29.44º 0.81% 0.78% -
XYZ 30.66 25.38 5.2 -
YUV 133.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 200 118 39 0 0.41 0.80 0.22 29.44 0.67 0.47
Hex C8 76 27 0 29 50 16 1D 43 2F
Octal 310 166 47 0 51 120 26 35 103 57
Binary 11001000 1110110 100111 0 101001 1010000 10110 11101 1000011 101111

Color Harmonies of #C87627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87627

Black with #C87627

Text Example


Text Example

White with #C87627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87627; }

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

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

background-color css

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

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

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

border-color css

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

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

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