Html Css Color HEX #CF5505 Tenne (Tawny)

📋 copy color: '#CF5505'

red 207 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #CF5505

Tints of Tenne (Tawny) #CF5505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 69.7%
G = 28.62%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF5505 (or 0xCF5505) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 05. RGB value is (207,85,5). Sum of RGB (Red+Green+Blue) = 207+85+5=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5505 is #30AAFA. Grayscale: #707070. Windows color (decimal): -3189499 or 349647. OLE color: 349647.

HSL color Cylindrical-coordinate representation of color #CF5505: hue angle of 23.76º 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 #CF5505 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 5 -
CMYK 0 0.59 0.98 0.19
HSL 23.76º 0.95% 0.42% -
HSV(B) 23.76º 0.98% 0.81% -
XYZ 29.01 19.77 2.43 -
YUV 112.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 207 85 5 0 0.59 0.98 0.19 23.76 0.95 0.42
Hex CF 55 5 0 3B 62 13 18 5F 2A
Octal 317 125 5 0 73 142 23 30 137 52
Binary 11001111 1010101 101 0 111011 1100010 10011 11000 1011111 101010

Color Harmonies of #CF5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5505

Black with #CF5505

Text Example


Text Example

White with #CF5505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5505; }

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

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

background-color css

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

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

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

border-color css

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

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

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