Html Css Color HEX #C87629 Ochre

📋 copy color: '#C87629'

red 200 ◦ green 118 ◦ blue 41

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

Shades of Ochre #C87629

Tints of Ochre #C87629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.42%

R = 55.71%
G = 32.87%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87629 (or 0xC87629) is known color: Ochre. HEX triplet: C8, 76 and 29. RGB value is (200,118,41). Sum of RGB (Red+Green+Blue) = 200+118+41=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C87629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87629 is #3789D6. Grayscale: #868686. Windows color (decimal): -3639767 or 2717384. OLE color: 2717384.

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

Color convert

RGB 200 118 41 -
CMYK 0 0.41 0.80 0.22
HSL 29.06º 0.66% 0.47% -
HSV(B) 29.06º 0.8% 0.78% -
XYZ 30.7 25.4 5.38 -
YUV 133.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 200 118 41 0 0.41 0.80 0.22 29.06 0.66 0.47
Hex C8 76 29 0 29 50 16 1D 42 2F
Octal 310 166 51 0 51 120 26 35 102 57
Binary 11001000 1110110 101001 0 101001 1010000 10110 11101 1000010 101111

Color Harmonies of #C87629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87629

Black with #C87629

Text Example


Text Example

White with #C87629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87629; }

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

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

background-color css

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

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

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

border-color css

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

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

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