Html Css Color HEX #C87328 Ochre

📋 copy color: '#C87328'

red 200 ◦ green 115 ◦ blue 40

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

Shades of Ochre #C87328

Tints of Ochre #C87328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 56.34%
G = 32.39%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C87328 (or 0xC87328) is known color: Ochre. HEX triplet: C8, 73 and 28. RGB value is (200,115,40). Sum of RGB (Red+Green+Blue) = 200+115+40=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C87328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87328 is #378CD7. Grayscale: #848484. Windows color (decimal): -3640536 or 2651080. OLE color: 2651080.

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

Color convert

RGB 200 115 40 -
CMYK 0 0.42 0.8 0.22
HSL 28.13º 0.67% 0.47% -
HSV(B) 28.13º 0.8% 0.78% -
XYZ 30.33 24.69 5.18 -
YUV 131.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 200 115 40 0 0.42 0.8 0.22 28.13 0.67 0.47
Hex C8 73 28 0 2A 50 16 1C 43 2F
Octal 310 163 50 0 52 120 26 34 103 57
Binary 11001000 1110011 101000 0 101010 1010000 10110 11100 1000011 101111

Color Harmonies of #C87328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87328

Black with #C87328

Text Example


Text Example

White with #C87328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87328; }

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

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

background-color css

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

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

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

border-color css

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

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

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