Html Css Color HEX #C87326 Ochre

📋 copy color: '#C87326'

red 200 ◦ green 115 ◦ blue 38

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

Shades of Ochre #C87326

Tints of Ochre #C87326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 56.66%
G = 32.58%
B = 10.76%

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

#C87326 (or 0xC87326) is known color: Ochre. HEX triplet: C8, 73 and 26. RGB value is (200,115,38). Sum of RGB (Red+Green+Blue) = 200+115+38=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C87326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87326 is #378CD9. Grayscale: #848484. Windows color (decimal): -3640538 or 2520008. OLE color: 2520008.

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

Color convert

RGB 200 115 38 -
CMYK 0 0.42 0.81 0.22
HSL 28.52º 0.68% 0.47% -
HSV(B) 28.52º 0.81% 0.78% -
XYZ 30.3 24.68 5 -
YUV 131.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 200 115 38 0 0.42 0.81 0.22 28.52 0.68 0.47
Hex C8 73 26 0 2A 51 16 1D 44 2F
Octal 310 163 46 0 52 121 26 35 104 57
Binary 11001000 1110011 100110 0 101010 1010001 10110 11101 1000100 101111

Color Harmonies of #C87326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87326

Black with #C87326

Text Example


Text Example

White with #C87326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87326; }

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

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

background-color css

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

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

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

border-color css

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

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

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