Html Css Color HEX #C87D1B Ochre

📋 copy color: '#C87D1B'

red 200 ◦ green 125 ◦ blue 27

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

Shades of Ochre #C87D1B

Tints of Ochre #C87D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

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

R = 56.82%
G = 35.51%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C87D1B (or 0xC87D1B) is known color: Ochre. HEX triplet: C8, 7D and 1B. RGB value is (200,125,27). Sum of RGB (Red+Green+Blue) = 200+125+27=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D1B is #3782E4. Grayscale: #888888. Windows color (decimal): -3637989 or 1801672. OLE color: 1801672.

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

Color convert

RGB 200 125 27 -
CMYK 0 0.38 0.86 0.22
HSL 33.99º 0.76% 0.45% -
HSV(B) 33.99º 0.87% 0.78% -
XYZ 31.35 27.03 4.6 -
YUV 136.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 200 125 27 0 0.38 0.86 0.22 33.99 0.76 0.45
Hex C8 7D 1B 0 26 56 16 22 4C 2D
Octal 310 175 33 0 46 126 26 42 114 55
Binary 11001000 1111101 11011 0 100110 1010110 10110 100010 1001100 101101

Color Harmonies of #C87D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D1B

Black with #C87D1B

Text Example


Text Example

White with #C87D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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