Html Css Color HEX #C87F1C Ochre

📋 copy color: '#C87F1C'

red 200 ◦ green 127 ◦ blue 28

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

Shades of Ochre #C87F1C

Tints of Ochre #C87F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 56.34%
G = 35.77%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C87F1C (or 0xC87F1C) is known color: Ochre. HEX triplet: C8, 7F and 1C. RGB value is (200,127,28). Sum of RGB (Red+Green+Blue) = 200+127+28=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F1C is #3780E3. Grayscale: #8A8A8A. Windows color (decimal): -3637476 or 1867720. OLE color: 1867720.

HSL color Cylindrical-coordinate representation of color #C87F1C: hue angle of 34.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C87F1C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 28 -
CMYK 0 0.36 0.86 0.22
HSL 34.53º 0.75% 0.45% -
HSV(B) 34.53º 0.86% 0.78% -
XYZ 31.62 27.54 4.75 -
YUV 137.54 66.18 172.55 -
System Red Green Blue C M Y K H S L
Decimal 200 127 28 0 0.36 0.86 0.22 34.53 0.75 0.45
Hex C8 7F 1C 0 24 56 16 23 4B 2D
Octal 310 177 34 0 44 126 26 43 113 55
Binary 11001000 1111111 11100 0 100100 1010110 10110 100011 1001011 101101

Color Harmonies of #C87F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F1C

Black with #C87F1C

Text Example


Text Example

White with #C87F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F1C; }

 p { color: rgb(200,127,28); }

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

background-color css

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

 a { background-color: rgb(200,127,28); }

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

border-color css

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

 span { border-color: rgb(200,127,28); }

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