Html Css Color HEX #C87B1C Ochre

📋 copy color: '#C87B1C'

red 200 ◦ green 123 ◦ blue 28

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

Shades of Ochre #C87B1C

Tints of Ochre #C87B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 56.98%
G = 35.04%
B = 7.98%

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

#C87B1C (or 0xC87B1C) is known color: Ochre. HEX triplet: C8, 7B and 1C. RGB value is (200,123,28). Sum of RGB (Red+Green+Blue) = 200+123+28=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B1C is #3784E3. Grayscale: #878787. Windows color (decimal): -3638500 or 1866696. OLE color: 1866696.

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

Color convert

RGB 200 123 28 -
CMYK 0 0.38 0.86 0.22
HSL 33.14º 0.75% 0.45% -
HSV(B) 33.14º 0.86% 0.78% -
XYZ 31.11 26.53 4.58 -
YUV 135.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 200 123 28 0 0.38 0.86 0.22 33.14 0.75 0.45
Hex C8 7B 1C 0 26 56 16 21 4B 2D
Octal 310 173 34 0 46 126 26 41 113 55
Binary 11001000 1111011 11100 0 100110 1010110 10110 100001 1001011 101101

Color Harmonies of #C87B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B1C

Black with #C87B1C

Text Example


Text Example

White with #C87B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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