Html Css Color HEX #C97518 Ochre

📋 copy color: '#C97518'

red 201 ◦ green 117 ◦ blue 24

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

Shades of Ochre #C97518

Tints of Ochre #C97518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 58.77%
G = 34.21%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97518 (or 0xC97518) is known color: Ochre. HEX triplet: C9, 75 and 18. RGB value is (201,117,24). Sum of RGB (Red+Green+Blue) = 201+117+24=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C97518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97518 is #368AE7. Grayscale: #838383. Windows color (decimal): -3574504 or 1603017. OLE color: 1603017.

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

Color convert

RGB 201 117 24 -
CMYK 0 0.42 0.88 0.21
HSL 31.53º 0.79% 0.44% -
HSV(B) 31.53º 0.88% 0.79% -
XYZ 30.61 25.21 4.12 -
YUV 131.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 201 117 24 0 0.42 0.88 0.21 31.53 0.79 0.44
Hex C9 75 18 0 2A 58 15 20 4F 2C
Octal 311 165 30 0 52 130 25 40 117 54
Binary 11001001 1110101 11000 0 101010 1011000 10101 100000 1001111 101100

Color Harmonies of #C97518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97518

Black with #C97518

Text Example


Text Example

White with #C97518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97518; }

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

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

background-color css

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

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

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

border-color css

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

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

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