Html Css Color HEX #CF5504 Tenne (Tawny)

📋 copy color: '#CF5504'

red 207 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #CF5504

Tints of Tenne (Tawny) #CF5504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 69.93%
G = 28.72%
B = 1.35%

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

#CF5504 (or 0xCF5504) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 04. RGB value is (207,85,4). Sum of RGB (Red+Green+Blue) = 207+85+4=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5504 is #30AAFB. Grayscale: #707070. Windows color (decimal): -3189500 or 284111. OLE color: 284111.

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

Color convert

RGB 207 85 4 -
CMYK 0 0.59 0.98 0.19
HSL 23.94º 0.96% 0.41% -
HSV(B) 23.94º 0.98% 0.81% -
XYZ 29 19.77 2.4 -
YUV 112.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 207 85 4 0 0.59 0.98 0.19 23.94 0.96 0.41
Hex CF 55 4 0 3B 62 13 18 60 29
Octal 317 125 4 0 73 142 23 30 140 51
Binary 11001111 1010101 100 0 111011 1100010 10011 11000 1100000 101001

Color Harmonies of #CF5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5504

Black with #CF5504

Text Example


Text Example

White with #CF5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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