Html Css Color HEX #C97018 Ochre

📋 copy color: '#C97018'

red 201 ◦ green 112 ◦ blue 24

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

Shades of Ochre #C97018

Tints of Ochre #C97018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 59.64%
G = 33.23%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97018 (or 0xC97018) is known color: Ochre. HEX triplet: C9, 70 and 18. RGB value is (201,112,24). Sum of RGB (Red+Green+Blue) = 201+112+24=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C97018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97018 is #368FE7. Grayscale: #818181. Windows color (decimal): -3575784 or 1601737. OLE color: 1601737.

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

Color convert

RGB 201 112 24 -
CMYK 0 0.44 0.88 0.21
HSL 29.83º 0.79% 0.44% -
HSV(B) 29.83º 0.88% 0.79% -
XYZ 30.05 24.07 3.93 -
YUV 128.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 201 112 24 0 0.44 0.88 0.21 29.83 0.79 0.44
Hex C9 70 18 0 2C 58 15 1E 4F 2C
Octal 311 160 30 0 54 130 25 36 117 54
Binary 11001001 1110000 11000 0 101100 1011000 10101 11110 1001111 101100

Color Harmonies of #C97018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97018

Black with #C97018

Text Example


Text Example

White with #C97018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97018; }

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

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

background-color css

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

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

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

border-color css

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

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

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