Html Css Color HEX #C97107 Ochre

📋 copy color: '#C97107'

red 201 ◦ green 113 ◦ blue 7

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

Shades of Ochre #C97107

Tints of Ochre #C97107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 62.62%
G = 35.2%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97107 (or 0xC97107) is known color: Ochre. HEX triplet: C9, 71 and 07. RGB value is (201,113,7). Sum of RGB (Red+Green+Blue) = 201+113+7=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C97107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97107 is #368EF8. Grayscale: #7F7F7F. Windows color (decimal): -3575545 or 487881. OLE color: 487881.

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

Color convert

RGB 201 113 7 -
CMYK 0 0.44 0.97 0.21
HSL 32.78º 0.93% 0.41% -
HSV(B) 32.78º 0.97% 0.79% -
XYZ 30.03 24.24 3.3 -
YUV 127.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 201 113 7 0 0.44 0.97 0.21 32.78 0.93 0.41
Hex C9 71 7 0 2C 61 15 21 5D 29
Octal 311 161 7 0 54 141 25 41 135 51
Binary 11001001 1110001 111 0 101100 1100001 10101 100001 1011101 101001

Color Harmonies of #C97107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97107

Black with #C97107

Text Example


Text Example

White with #C97107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97107; }

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

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

background-color css

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

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

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

border-color css

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

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

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