Html Css Color HEX #C97407 Ochre

📋 copy color: '#C97407'

red 201 ◦ green 116 ◦ blue 7

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

Shades of Ochre #C97407

Tints of Ochre #C97407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 62.04%
G = 35.8%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97407 (or 0xC97407) is known color: Ochre. HEX triplet: C9, 74 and 07. RGB value is (201,116,7). Sum of RGB (Red+Green+Blue) = 201+116+7=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C97407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97407 is #368BF8. Grayscale: #818181. Windows color (decimal): -3574777 or 488649. OLE color: 488649.

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

Color convert

RGB 201 116 7 -
CMYK 0 0.42 0.97 0.21
HSL 33.71º 0.93% 0.41% -
HSV(B) 33.71º 0.97% 0.79% -
XYZ 30.37 24.92 3.41 -
YUV 128.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 201 116 7 0 0.42 0.97 0.21 33.71 0.93 0.41
Hex C9 74 7 0 2A 61 15 22 5D 29
Octal 311 164 7 0 52 141 25 42 135 51
Binary 11001001 1110100 111 0 101010 1100001 10101 100010 1011101 101001

Color Harmonies of #C97407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97407

Black with #C97407

Text Example


Text Example

White with #C97407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97407; }

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

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

background-color css

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

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

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

border-color css

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

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

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