Html Css Color HEX #CF5005 Tenne (Tawny)

📋 copy color: '#CF5005'

red 207 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #CF5005

Tints of Tenne (Tawny) #CF5005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

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

R = 70.89%
G = 27.4%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF5005 (or 0xCF5005) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 05. RGB value is (207,80,5). Sum of RGB (Red+Green+Blue) = 207+80+5=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5005 is #30AFFA. Grayscale: #6D6D6D. Windows color (decimal): -3190779 or 348367. OLE color: 348367.

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

Color convert

RGB 207 80 5 -
CMYK 0 0.61 0.98 0.19
HSL 22.28º 0.95% 0.42% -
HSV(B) 22.28º 0.98% 0.81% -
XYZ 28.63 19.01 2.3 -
YUV 109.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 207 80 5 0 0.61 0.98 0.19 22.28 0.95 0.42
Hex CF 50 5 0 3D 62 13 16 5F 2A
Octal 317 120 5 0 75 142 23 26 137 52
Binary 11001111 1010000 101 0 111101 1100010 10011 10110 1011111 101010

Color Harmonies of #CF5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5005

Black with #CF5005

Text Example


Text Example

White with #CF5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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