Html Css Color HEX #CF5305 Tenne (Tawny)

📋 copy color: '#CF5305'

red 207 ◦ green 83 ◦ blue 5

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

Shades of Tenne (Tawny) #CF5305

Tints of Tenne (Tawny) #CF5305

RGB

 RED value IS 207 (81.25% from 255) = 70.17%

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 70.17%
G = 28.14%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF5305 (or 0xCF5305) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 05. RGB value is (207,83,5). Sum of RGB (Red+Green+Blue) = 207+83+5=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5305 is #30ACFA. Grayscale: #6F6F6F. Windows color (decimal): -3190011 or 349135. OLE color: 349135.

HSL color Cylindrical-coordinate representation of color #CF5305: hue angle of 23.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF5305 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 5 -
CMYK 0 0.60 0.98 0.19
HSL 23.17º 0.95% 0.42% -
HSV(B) 23.17º 0.98% 0.81% -
XYZ 28.85 19.46 2.38 -
YUV 111.18 68.08 196.34 -
System Red Green Blue C M Y K H S L
Decimal 207 83 5 0 0.60 0.98 0.19 23.17 0.95 0.42
Hex CF 53 5 0 3C 62 13 17 5F 2A
Octal 317 123 5 0 74 142 23 27 137 52
Binary 11001111 1010011 101 0 111100 1100010 10011 10111 1011111 101010

Color Harmonies of #CF5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5305

Black with #CF5305

Text Example


Text Example

White with #CF5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5305; }

 p { color: rgb(207,83,5); }

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

background-color css

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

 a { background-color: rgb(207,83,5); }

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

border-color css

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

 span { border-color: rgb(207,83,5); }

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