Html Css Color HEX #C97A18 Ochre

📋 copy color: '#C97A18'

red 201 ◦ green 122 ◦ blue 24

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

Shades of Ochre #C97A18

Tints of Ochre #C97A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

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

R = 57.93%
G = 35.16%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97A18 (or 0xC97A18) is known color: Ochre. HEX triplet: C9, 7A and 18. RGB value is (201,122,24). Sum of RGB (Red+Green+Blue) = 201+122+24=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A18 is #3685E7. Grayscale: #868686. Windows color (decimal): -3573224 or 1604297. OLE color: 1604297.

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

Color convert

RGB 201 122 24 -
CMYK 0 0.39 0.88 0.21
HSL 33.22º 0.79% 0.44% -
HSV(B) 33.22º 0.88% 0.79% -
XYZ 31.21 26.4 4.32 -
YUV 134.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 201 122 24 0 0.39 0.88 0.21 33.22 0.79 0.44
Hex C9 7A 18 0 27 58 15 21 4F 2C
Octal 311 172 30 0 47 130 25 41 117 54
Binary 11001001 1111010 11000 0 100111 1011000 10101 100001 1001111 101100

Color Harmonies of #C97A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A18

Black with #C97A18

Text Example


Text Example

White with #C97A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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