Html Css Color HEX #C97E18 Ochre

📋 copy color: '#C97E18'

red 201 ◦ green 126 ◦ blue 24

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

Shades of Ochre #C97E18

Tints of Ochre #C97E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

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

R = 57.26%
G = 35.9%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97E18 (or 0xC97E18) is known color: Ochre. HEX triplet: C9, 7E and 18. RGB value is (201,126,24). Sum of RGB (Red+Green+Blue) = 201+126+24=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97E18 is #3681E7. Grayscale: #898989. Windows color (decimal): -3572200 or 1605321. OLE color: 1605321.

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

Color convert

RGB 201 126 24 -
CMYK 0 0.37 0.88 0.21
HSL 34.58º 0.79% 0.44% -
HSV(B) 34.58º 0.88% 0.79% -
XYZ 31.71 27.41 4.48 -
YUV 136.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 201 126 24 0 0.37 0.88 0.21 34.58 0.79 0.44
Hex C9 7E 18 0 25 58 15 23 4F 2C
Octal 311 176 30 0 45 130 25 43 117 54
Binary 11001001 1111110 11000 0 100101 1011000 10101 100011 1001111 101100

Color Harmonies of #C97E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E18

Black with #C97E18

Text Example


Text Example

White with #C97E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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