Html Css Color HEX #C95306 Tenne (Tawny)

📋 copy color: '#C95306'

red 201 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #C95306

Tints of Tenne (Tawny) #C95306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

 BLUE value IS 6 (2.73% from 255) = 2.07%

R = 69.31%
G = 28.62%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C95306 (or 0xC95306) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 06. RGB value is (201,83,6). Sum of RGB (Red+Green+Blue) = 201+83+6=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C95306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95306 is #36ACF9. Grayscale: #6D6D6D. Windows color (decimal): -3583226 or 414665. OLE color: 414665.

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

Color convert

RGB 201 83 6 -
CMYK 0 0.59 0.97 0.21
HSL 23.69º 0.94% 0.41% -
HSV(B) 23.69º 0.97% 0.79% -
XYZ 27.21 18.62 2.33 -
YUV 109.5 69.59 193.26 -
System Red Green Blue C M Y K H S L
Decimal 201 83 6 0 0.59 0.97 0.21 23.69 0.94 0.41
Hex C9 53 6 0 3B 61 15 18 5E 29
Octal 311 123 6 0 73 141 25 30 136 51
Binary 11001001 1010011 110 0 111011 1100001 10101 11000 1011110 101001

Color Harmonies of #C95306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95306

Black with #C95306

Text Example


Text Example

White with #C95306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95306; }

 p { color: rgb(201,83,6); }

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

background-color css

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

 a { background-color: rgb(201,83,6); }

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

border-color css

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

 span { border-color: rgb(201,83,6); }

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