Html Css Color HEX #C97108 Ochre

📋 copy color: '#C97108'

red 201 ◦ green 113 ◦ blue 8

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

Shades of Ochre #C97108

Tints of Ochre #C97108

RGB

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

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

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

R = 62.42%
G = 35.09%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C97108 (or 0xC97108) is known color: Ochre. HEX triplet: C9, 71 and 08. RGB value is (201,113,8). Sum of RGB (Red+Green+Blue) = 201+113+8=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C97108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97108 is #368EF7. Grayscale: #7F7F7F. Windows color (decimal): -3575544 or 553417. OLE color: 553417.

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

Color convert

RGB 201 113 8 -
CMYK 0 0.44 0.96 0.21
HSL 32.64º 0.92% 0.41% -
HSV(B) 32.64º 0.96% 0.79% -
XYZ 30.04 24.25 3.33 -
YUV 127.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 201 113 8 0 0.44 0.96 0.21 32.64 0.92 0.41
Hex C9 71 8 0 2C 60 15 21 5C 29
Octal 311 161 10 0 54 140 25 41 134 51
Binary 11001001 1110001 1000 0 101100 1100000 10101 100001 1011100 101001

Color Harmonies of #C97108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97108

Black with #C97108

Text Example


Text Example

White with #C97108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97108; }

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

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

background-color css

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

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

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

border-color css

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

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

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