Html Css Color HEX #C87323 Ochre

📋 copy color: '#C87323'

red 200 ◦ green 115 ◦ blue 35

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

Shades of Ochre #C87323

Tints of Ochre #C87323

RGB

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

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

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

R = 57.14%
G = 32.86%
B = 10%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87323 (or 0xC87323) is known color: Ochre. HEX triplet: C8, 73 and 23. RGB value is (200,115,35). Sum of RGB (Red+Green+Blue) = 200+115+35=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C87323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87323 is #378CDC. Grayscale: #838383. Windows color (decimal): -3640541 or 2323400. OLE color: 2323400.

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

Color convert

RGB 200 115 35 -
CMYK 0 0.42 0.82 0.22
HSL 29.09º 0.7% 0.46% -
HSV(B) 29.09º 0.83% 0.78% -
XYZ 30.25 24.66 4.76 -
YUV 131.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 200 115 35 0 0.42 0.82 0.22 29.09 0.7 0.46
Hex C8 73 23 0 2A 52 16 1D 46 2E
Octal 310 163 43 0 52 122 26 35 106 56
Binary 11001000 1110011 100011 0 101010 1010010 10110 11101 1000110 101110

Color Harmonies of #C87323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87323

Black with #C87323

Text Example


Text Example

White with #C87323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87323; }

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

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

background-color css

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

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

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

border-color css

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

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

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