Html Css Color HEX #C97115 Ochre

📋 copy color: '#C97115'

red 201 ◦ green 113 ◦ blue 21

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

Shades of Ochre #C97115

Tints of Ochre #C97115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 60%
G = 33.73%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C97115 (or 0xC97115) is known color: Ochre. HEX triplet: C9, 71 and 15. RGB value is (201,113,21). Sum of RGB (Red+Green+Blue) = 201+113+21=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97115 is #368EEA. Grayscale: #818181. Windows color (decimal): -3575531 or 1405385. OLE color: 1405385.

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

Color convert

RGB 201 113 21 -
CMYK 0 0.44 0.90 0.21
HSL 30.67º 0.81% 0.44% -
HSV(B) 30.67º 0.9% 0.79% -
XYZ 30.13 24.28 3.81 -
YUV 128.82 67.15 179.48 -
System Red Green Blue C M Y K H S L
Decimal 201 113 21 0 0.44 0.90 0.21 30.67 0.81 0.44
Hex C9 71 15 0 2C 5A 15 1F 51 2C
Octal 311 161 25 0 54 132 25 37 121 54
Binary 11001001 1110001 10101 0 101100 1011010 10101 11111 1010001 101100

Color Harmonies of #C97115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97115

Black with #C97115

Text Example


Text Example

White with #C97115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97115; }

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

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

background-color css

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

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

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

border-color css

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

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

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