Html Css Color HEX #C87526 Ochre

📋 copy color: '#C87526'

red 200 ◦ green 117 ◦ blue 38

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

Shades of Ochre #C87526

Tints of Ochre #C87526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 56.34%
G = 32.96%
B = 10.7%

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

#C87526 (or 0xC87526) is known color: Ochre. HEX triplet: C8, 75 and 26. RGB value is (200,117,38). Sum of RGB (Red+Green+Blue) = 200+117+38=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C87526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87526 is #378AD9. Grayscale: #858585. Windows color (decimal): -3640026 or 2520520. OLE color: 2520520.

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

Color convert

RGB 200 117 38 -
CMYK 0 0.42 0.81 0.22
HSL 29.26º 0.68% 0.47% -
HSV(B) 29.26º 0.81% 0.78% -
XYZ 30.53 25.14 5.08 -
YUV 132.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 200 117 38 0 0.42 0.81 0.22 29.26 0.68 0.47
Hex C8 75 26 0 2A 51 16 1D 44 2F
Octal 310 165 46 0 52 121 26 35 104 57
Binary 11001000 1110101 100110 0 101010 1010001 10110 11101 1000100 101111

Color Harmonies of #C87526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87526

Black with #C87526

Text Example


Text Example

White with #C87526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87526; }

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

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

background-color css

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

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

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

border-color css

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

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

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