Html Css Color HEX #C97408 Ochre

📋 copy color: '#C97408'

red 201 ◦ green 116 ◦ blue 8

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

Shades of Ochre #C97408

Tints of Ochre #C97408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 61.85%
G = 35.69%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C97408 (or 0xC97408) is known color: Ochre. HEX triplet: C9, 74 and 08. RGB value is (201,116,8). Sum of RGB (Red+Green+Blue) = 201+116+8=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C97408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97408 is #368BF7. Grayscale: #818181. Windows color (decimal): -3574776 or 554185. OLE color: 554185.

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

Color convert

RGB 201 116 8 -
CMYK 0 0.42 0.96 0.21
HSL 33.58º 0.92% 0.41% -
HSV(B) 33.58º 0.96% 0.79% -
XYZ 30.38 24.93 3.44 -
YUV 129.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 201 116 8 0 0.42 0.96 0.21 33.58 0.92 0.41
Hex C9 74 8 0 2A 60 15 22 5C 29
Octal 311 164 10 0 52 140 25 42 134 51
Binary 11001001 1110100 1000 0 101010 1100000 10101 100010 1011100 101001

Color Harmonies of #C97408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97408

Black with #C97408

Text Example


Text Example

White with #C97408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97408; }

 p { color: rgb(201,116,8); }

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

background-color css

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

 a { background-color: rgb(201,116,8); }

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

border-color css

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

 span { border-color: rgb(201,116,8); }

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