Html Css Color HEX #C97C18 Ochre

📋 copy color: '#C97C18'

red 201 ◦ green 124 ◦ blue 24

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

Shades of Ochre #C97C18

Tints of Ochre #C97C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

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

R = 57.59%
G = 35.53%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97C18 (or 0xC97C18) is known color: Ochre. HEX triplet: C9, 7C and 18. RGB value is (201,124,24). Sum of RGB (Red+Green+Blue) = 201+124+24=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C18 is #3683E7. Grayscale: #888888. Windows color (decimal): -3572712 or 1604809. OLE color: 1604809.

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

Color convert

RGB 201 124 24 -
CMYK 0 0.38 0.88 0.21
HSL 33.9º 0.79% 0.44% -
HSV(B) 33.9º 0.88% 0.79% -
XYZ 31.46 26.9 4.4 -
YUV 135.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 201 124 24 0 0.38 0.88 0.21 33.9 0.79 0.44
Hex C9 7C 18 0 26 58 15 22 4F 2C
Octal 311 174 30 0 46 130 25 42 117 54
Binary 11001001 1111100 11000 0 100110 1011000 10101 100010 1001111 101100

Color Harmonies of #C97C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C18

Black with #C97C18

Text Example


Text Example

White with #C97C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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