Html Css Color HEX #C87F1B Ochre

📋 copy color: '#C87F1B'

red 200 ◦ green 127 ◦ blue 27

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

Shades of Ochre #C87F1B

Tints of Ochre #C87F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 56.5%
G = 35.88%
B = 7.63%

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

#C87F1B (or 0xC87F1B) is known color: Ochre. HEX triplet: C8, 7F and 1B. RGB value is (200,127,27). Sum of RGB (Red+Green+Blue) = 200+127+27=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F1B is #3780E4. Grayscale: #898989. Windows color (decimal): -3637477 or 1802184. OLE color: 1802184.

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

Color convert

RGB 200 127 27 -
CMYK 0 0.36 0.86 0.22
HSL 34.68º 0.76% 0.45% -
HSV(B) 34.68º 0.87% 0.78% -
XYZ 31.61 27.54 4.69 -
YUV 137.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 200 127 27 0 0.36 0.86 0.22 34.68 0.76 0.45
Hex C8 7F 1B 0 24 56 16 23 4C 2D
Octal 310 177 33 0 44 126 26 43 114 55
Binary 11001000 1111111 11011 0 100100 1010110 10110 100011 1001100 101101

Color Harmonies of #C87F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F1B

Black with #C87F1B

Text Example


Text Example

White with #C87F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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