Html Css Color HEX #C88416 Ochre

📋 copy color: '#C88416'

red 200 ◦ green 132 ◦ blue 22

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

Shades of Ochre #C88416

Tints of Ochre #C88416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 56.5%
G = 37.29%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C88416 (or 0xC88416) is known color: Ochre. HEX triplet: C8, 84 and 16. RGB value is (200,132,22). Sum of RGB (Red+Green+Blue) = 200+132+22=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C88416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88416 is #377BE9. Grayscale: #8C8C8C. Windows color (decimal): -3636202 or 1475784. OLE color: 1475784.

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

Color convert

RGB 200 132 22 -
CMYK 0 0.34 0.89 0.22
HSL 37.08º 0.8% 0.44% -
HSV(B) 37.08º 0.89% 0.78% -
XYZ 32.22 28.84 4.63 -
YUV 139.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 200 132 22 0 0.34 0.89 0.22 37.08 0.8 0.44
Hex C8 84 16 0 22 59 16 25 50 2C
Octal 310 204 26 0 42 131 26 45 120 54
Binary 11001000 10000100 10110 0 100010 1011001 10110 100101 1010000 101100

Color Harmonies of #C88416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88416

Black with #C88416

Text Example


Text Example

White with #C88416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88416; }

 p { color: rgb(200,132,22); }

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

background-color css

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

 a { background-color: rgb(200,132,22); }

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

border-color css

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

 span { border-color: rgb(200,132,22); }

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