Html Css Color HEX #C97016 Ochre

📋 copy color: '#C97016'

red 201 ◦ green 112 ◦ blue 22

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

Shades of Ochre #C97016

Tints of Ochre #C97016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 60%
G = 33.43%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97016 (or 0xC97016) is known color: Ochre. HEX triplet: C9, 70 and 16. RGB value is (201,112,22). Sum of RGB (Red+Green+Blue) = 201+112+22=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97016 is #368FE9. Grayscale: #808080. Windows color (decimal): -3575786 or 1470665. OLE color: 1470665.

HSL color Cylindrical-coordinate representation of color #C97016: hue angle of 30.17º 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 #C97016 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 22 -
CMYK 0 0.44 0.89 0.21
HSL 30.17º 0.8% 0.44% -
HSV(B) 30.17º 0.89% 0.79% -
XYZ 30.03 24.06 3.82 -
YUV 128.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 201 112 22 0 0.44 0.89 0.21 30.17 0.8 0.44
Hex C9 70 16 0 2C 59 15 1E 50 2C
Octal 311 160 26 0 54 131 25 36 120 54
Binary 11001001 1110000 10110 0 101100 1011001 10101 11110 1010000 101100

Color Harmonies of #C97016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97016

Black with #C97016

Text Example


Text Example

White with #C97016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97016; }

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

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

background-color css

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

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

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

border-color css

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

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

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