Html Css Color HEX #CF6005 Tenne (Tawny)

📋 copy color: '#CF6005'

red 207 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #CF6005

Tints of Tenne (Tawny) #CF6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 67.21%
G = 31.17%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF6005 (or 0xCF6005) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 05. RGB value is (207,96,5). Sum of RGB (Red+Green+Blue) = 207+96+5=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6005 is #309FFA. Grayscale: #777777. Windows color (decimal): -3186683 or 352463. OLE color: 352463.

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

Color convert

RGB 207 96 5 -
CMYK 0 0.54 0.98 0.19
HSL 27.03º 0.95% 0.42% -
HSV(B) 27.03º 0.98% 0.81% -
XYZ 29.94 21.64 2.74 -
YUV 118.82 63.77 190.9 -
System Red Green Blue C M Y K H S L
Decimal 207 96 5 0 0.54 0.98 0.19 27.03 0.95 0.42
Hex CF 60 5 0 36 62 13 1B 5F 2A
Octal 317 140 5 0 66 142 23 33 137 52
Binary 11001111 1100000 101 0 110110 1100010 10011 11011 1011111 101010

Color Harmonies of #CF6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6005

Black with #CF6005

Text Example


Text Example

White with #CF6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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