Html Css Color HEX #C87F1E Ochre

📋 copy color: '#C87F1E'

red 200 ◦ green 127 ◦ blue 30

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

Shades of Ochre #C87F1E

Tints of Ochre #C87F1E

RGB

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

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

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

R = 56.02%
G = 35.57%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C87F1E (or 0xC87F1E) is known color: Ochre. HEX triplet: C8, 7F and 1E. RGB value is (200,127,30). Sum of RGB (Red+Green+Blue) = 200+127+30=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F1E is #3780E1. Grayscale: #8A8A8A. Windows color (decimal): -3637474 or 1998792. OLE color: 1998792.

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

Color convert

RGB 200 127 30 -
CMYK 0 0.36 0.85 0.22
HSL 34.24º 0.74% 0.45% -
HSV(B) 34.24º 0.85% 0.78% -
XYZ 31.64 27.55 4.88 -
YUV 137.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 200 127 30 0 0.36 0.85 0.22 34.24 0.74 0.45
Hex C8 7F 1E 0 24 55 16 22 4A 2D
Octal 310 177 36 0 44 125 26 42 112 55
Binary 11001000 1111111 11110 0 100100 1010101 10110 100010 1001010 101101

Color Harmonies of #C87F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F1E

Black with #C87F1E

Text Example


Text Example

White with #C87F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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