Html Css Color HEX #C87426 Ochre

📋 copy color: '#C87426'

red 200 ◦ green 116 ◦ blue 38

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

Shades of Ochre #C87426

Tints of Ochre #C87426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 56.5%
G = 32.77%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C87426 (or 0xC87426) is known color: Ochre. HEX triplet: C8, 74 and 26. RGB value is (200,116,38). Sum of RGB (Red+Green+Blue) = 200+116+38=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C87426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87426 is #378BD9. Grayscale: #848484. Windows color (decimal): -3640282 or 2520264. OLE color: 2520264.

HSL color Cylindrical-coordinate representation of color #C87426: hue angle of 28.89º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C87426 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 38 -
CMYK 0 0.42 0.81 0.22
HSL 28.89º 0.68% 0.47% -
HSV(B) 28.89º 0.81% 0.78% -
XYZ 30.41 24.91 5.04 -
YUV 132.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 200 116 38 0 0.42 0.81 0.22 28.89 0.68 0.47
Hex C8 74 26 0 2A 51 16 1D 44 2F
Octal 310 164 46 0 52 121 26 35 104 57
Binary 11001000 1110100 100110 0 101010 1010001 10110 11101 1000100 101111

Color Harmonies of #C87426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87426

Black with #C87426

Text Example


Text Example

White with #C87426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87426; }

 p { color: rgb(200,116,38); }

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

background-color css

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

 a { background-color: rgb(200,116,38); }

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

border-color css

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

 span { border-color: rgb(200,116,38); }

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