Html Css Color HEX #C87C1E Ochre

📋 copy color: '#C87C1E'

red 200 ◦ green 124 ◦ blue 30

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

Shades of Ochre #C87C1E

Tints of Ochre #C87C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 56.5%
G = 35.03%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C87C1E (or 0xC87C1E) is known color: Ochre. HEX triplet: C8, 7C and 1E. RGB value is (200,124,30). Sum of RGB (Red+Green+Blue) = 200+124+30=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C1E is #3783E1. Grayscale: #888888. Windows color (decimal): -3638242 or 1998024. OLE color: 1998024.

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

Color convert

RGB 200 124 30 -
CMYK 0 0.38 0.85 0.22
HSL 33.18º 0.74% 0.45% -
HSV(B) 33.18º 0.85% 0.78% -
XYZ 31.26 26.79 4.75 -
YUV 136.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 200 124 30 0 0.38 0.85 0.22 33.18 0.74 0.45
Hex C8 7C 1E 0 26 55 16 21 4A 2D
Octal 310 174 36 0 46 125 26 41 112 55
Binary 11001000 1111100 11110 0 100110 1010101 10110 100001 1001010 101101

Color Harmonies of #C87C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C1E

Black with #C87C1E

Text Example


Text Example

White with #C87C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C1E; }

 p { color: rgb(200,124,30); }

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

background-color css

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

 a { background-color: rgb(200,124,30); }

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

border-color css

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

 span { border-color: rgb(200,124,30); }

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