Html Css Color HEX #C97816 Ochre

📋 copy color: '#C97816'

red 201 ◦ green 120 ◦ blue 22

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

Shades of Ochre #C97816

Tints of Ochre #C97816

RGB

 RED value IS 201 (78.91% from 255) = 58.6%

 GREEN value IS 120 (47.27% from 255) = 34.99%

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

R = 58.6%
G = 34.99%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97816 (or 0xC97816) is known color: Ochre. HEX triplet: C9, 78 and 16. RGB value is (201,120,22). Sum of RGB (Red+Green+Blue) = 201+120+22=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97816 is #3687E9. Grayscale: #858585. Windows color (decimal): -3573738 or 1472713. OLE color: 1472713.

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

Color convert

RGB 201 120 22 -
CMYK 0 0.40 0.89 0.21
HSL 32.85º 0.8% 0.44% -
HSV(B) 32.85º 0.89% 0.79% -
XYZ 30.95 25.91 4.13 -
YUV 133.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 201 120 22 0 0.40 0.89 0.21 32.85 0.8 0.44
Hex C9 78 16 0 28 59 15 21 50 2C
Octal 311 170 26 0 50 131 25 41 120 54
Binary 11001001 1111000 10110 0 101000 1011001 10101 100001 1010000 101100

Color Harmonies of #C97816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97816

Black with #C97816

Text Example


Text Example

White with #C97816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97816; }

 p { color: rgb(201,120,22); }

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

background-color css

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

 a { background-color: rgb(201,120,22); }

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

border-color css

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

 span { border-color: rgb(201,120,22); }

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