Html Css Color HEX #C97110 Ochre

📋 copy color: '#C97110'

red 201 ◦ green 113 ◦ blue 16

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

Shades of Ochre #C97110

Tints of Ochre #C97110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 60.91%
G = 34.24%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C97110 (or 0xC97110) is known color: Ochre. HEX triplet: C9, 71 and 10. RGB value is (201,113,16). Sum of RGB (Red+Green+Blue) = 201+113+16=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C97110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97110 is #368EEF. Grayscale: #808080. Windows color (decimal): -3575536 or 1077705. OLE color: 1077705.

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

Color convert

RGB 201 113 16 -
CMYK 0 0.44 0.92 0.21
HSL 31.46º 0.85% 0.43% -
HSV(B) 31.46º 0.92% 0.79% -
XYZ 30.09 24.27 3.59 -
YUV 128.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 201 113 16 0 0.44 0.92 0.21 31.46 0.85 0.43
Hex C9 71 10 0 2C 5C 15 1F 55 2B
Octal 311 161 20 0 54 134 25 37 125 53
Binary 11001001 1110001 10000 0 101100 1011100 10101 11111 1010101 101011

Color Harmonies of #C97110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97110

Black with #C97110

Text Example


Text Example

White with #C97110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97110; }

 p { color: rgb(201,113,16); }

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

background-color css

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

 a { background-color: rgb(201,113,16); }

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

border-color css

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

 span { border-color: rgb(201,113,16); }

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