Html Css Color HEX #C87623 Ochre

📋 copy color: '#C87623'

red 200 ◦ green 118 ◦ blue 35

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

Shades of Ochre #C87623

Tints of Ochre #C87623

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

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

R = 56.66%
G = 33.43%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87623 (or 0xC87623) is known color: Ochre. HEX triplet: C8, 76 and 23. RGB value is (200,118,35). Sum of RGB (Red+Green+Blue) = 200+118+35=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C87623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87623 is #3789DC. Grayscale: #858585. Windows color (decimal): -3639773 or 2324168. OLE color: 2324168.

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

Color convert

RGB 200 118 35 -
CMYK 0 0.41 0.82 0.22
HSL 30.18º 0.7% 0.46% -
HSV(B) 30.18º 0.83% 0.78% -
XYZ 30.6 25.36 4.87 -
YUV 133.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 200 118 35 0 0.41 0.82 0.22 30.18 0.7 0.46
Hex C8 76 23 0 29 52 16 1E 46 2E
Octal 310 166 43 0 51 122 26 36 106 56
Binary 11001000 1110110 100011 0 101001 1010010 10110 11110 1000110 101110

Color Harmonies of #C87623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87623

Black with #C87623

Text Example


Text Example

White with #C87623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87623; }

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

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

background-color css

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

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

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

border-color css

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

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

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