Html Css Color HEX #C87619 Ochre

📋 copy color: '#C87619'

red 200 ◦ green 118 ◦ blue 25

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

Shades of Ochre #C87619

Tints of Ochre #C87619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 58.31%
G = 34.4%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87619 (or 0xC87619) is known color: Ochre. HEX triplet: C8, 76 and 19. RGB value is (200,118,25). Sum of RGB (Red+Green+Blue) = 200+118+25=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C87619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87619 is #3789E6. Grayscale: #848484. Windows color (decimal): -3639783 or 1668808. OLE color: 1668808.

HSL color Cylindrical-coordinate representation of color #C87619: hue angle of 31.89º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C87619 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 25 -
CMYK 0 0.41 0.88 0.22
HSL 31.89º 0.78% 0.44% -
HSV(B) 31.89º 0.88% 0.78% -
XYZ 30.47 25.31 4.2 -
YUV 131.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 200 118 25 0 0.41 0.88 0.22 31.89 0.78 0.44
Hex C8 76 19 0 29 58 16 20 4E 2C
Octal 310 166 31 0 51 130 26 40 116 54
Binary 11001000 1110110 11001 0 101001 1011000 10110 100000 1001110 101100

Color Harmonies of #C87619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87619

Black with #C87619

Text Example


Text Example

White with #C87619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87619; }

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

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

background-color css

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

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

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

border-color css

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

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

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