Html Css Color HEX #C87E23 Ochre

📋 copy color: '#C87E23'

red 200 ◦ green 126 ◦ blue 35

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

Shades of Ochre #C87E23

Tints of Ochre #C87E23

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 55.4%
G = 34.9%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87E23 (or 0xC87E23) is known color: Ochre. HEX triplet: C8, 7E and 23. RGB value is (200,126,35). Sum of RGB (Red+Green+Blue) = 200+126+35=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E23 is #3781DC. Grayscale: #8A8A8A. Windows color (decimal): -3637725 or 2326216. OLE color: 2326216.

HSL color Cylindrical-coordinate representation of color #C87E23: hue angle of 33.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C87E23 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 126 35 -
CMYK 0 0.37 0.82 0.22
HSL 33.09º 0.7% 0.46% -
HSV(B) 33.09º 0.83% 0.78% -
XYZ 31.58 27.32 5.2 -
YUV 137.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 200 126 35 0 0.37 0.82 0.22 33.09 0.7 0.46
Hex C8 7E 23 0 25 52 16 21 46 2E
Octal 310 176 43 0 45 122 26 41 106 56
Binary 11001000 1111110 100011 0 100101 1010010 10110 100001 1000110 101110

Color Harmonies of #C87E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E23

Black with #C87E23

Text Example


Text Example

White with #C87E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E23; }

 p { color: rgb(200,126,35); }

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

background-color css

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

 a { background-color: rgb(200,126,35); }

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

border-color css

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

 span { border-color: rgb(200,126,35); }

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