Html Css Color HEX #C97015 Ochre

📋 copy color: '#C97015'

red 201 ◦ green 112 ◦ blue 21

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

Shades of Ochre #C97015

Tints of Ochre #C97015

RGB

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

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

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

R = 60.18%
G = 33.53%
B = 6.29%

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

#C97015 (or 0xC97015) is known color: Ochre. HEX triplet: C9, 70 and 15. RGB value is (201,112,21). Sum of RGB (Red+Green+Blue) = 201+112+21=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C97015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97015 is #368FEA. Grayscale: #808080. Windows color (decimal): -3575787 or 1405129. OLE color: 1405129.

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

Color convert

RGB 201 112 21 -
CMYK 0 0.44 0.90 0.21
HSL 30.33º 0.81% 0.44% -
HSV(B) 30.33º 0.9% 0.79% -
XYZ 30.02 24.06 3.77 -
YUV 128.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 201 112 21 0 0.44 0.90 0.21 30.33 0.81 0.44
Hex C9 70 15 0 2C 5A 15 1E 51 2C
Octal 311 160 25 0 54 132 25 36 121 54
Binary 11001001 1110000 10101 0 101100 1011010 10101 11110 1010001 101100

Color Harmonies of #C97015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97015

Black with #C97015

Text Example


Text Example

White with #C97015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97015; }

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

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

background-color css

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

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

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

border-color css

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

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

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