Html Css Color HEX #C97310 Ochre

📋 copy color: '#C97310'

red 201 ◦ green 115 ◦ blue 16

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

Shades of Ochre #C97310

Tints of Ochre #C97310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

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

R = 60.54%
G = 34.64%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C97310 (or 0xC97310) is known color: Ochre. HEX triplet: C9, 73 and 10. RGB value is (201,115,16). Sum of RGB (Red+Green+Blue) = 201+115+16=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C97310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97310 is #368CEF. Grayscale: #818181. Windows color (decimal): -3575024 or 1078217. OLE color: 1078217.

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

Color convert

RGB 201 115 16 -
CMYK 0 0.43 0.92 0.21
HSL 32.11º 0.85% 0.43% -
HSV(B) 32.11º 0.92% 0.79% -
XYZ 30.31 24.72 3.66 -
YUV 129.43 63.99 179.05 -
System Red Green Blue C M Y K H S L
Decimal 201 115 16 0 0.43 0.92 0.21 32.11 0.85 0.43
Hex C9 73 10 0 2B 5C 15 20 55 2B
Octal 311 163 20 0 53 134 25 40 125 53
Binary 11001001 1110011 10000 0 101011 1011100 10101 100000 1010101 101011

Color Harmonies of #C97310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97310

Black with #C97310

Text Example


Text Example

White with #C97310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97310; }

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

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

background-color css

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

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

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

border-color css

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

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

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