Html Css Color HEX #CF5A06 Tenne (Tawny)

📋 copy color: '#CF5A06'

red 207 ◦ green 90 ◦ blue 6

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

Shades of Tenne (Tawny) #CF5A06

Tints of Tenne (Tawny) #CF5A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 68.32%
G = 29.7%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF5A06 (or 0xCF5A06) is known color: Tenne (Tawny). HEX triplet: CF, 5A and 06. RGB value is (207,90,6). Sum of RGB (Red+Green+Blue) = 207+90+6=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A06 is #30A5F9. Grayscale: #737373. Windows color (decimal): -3188218 or 416463. OLE color: 416463.

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

Color convert

RGB 207 90 6 -
CMYK 0 0.57 0.97 0.19
HSL 25.07º 0.94% 0.42% -
HSV(B) 25.07º 0.97% 0.81% -
XYZ 29.42 20.59 2.6 -
YUV 115.41 66.26 193.33 -
System Red Green Blue C M Y K H S L
Decimal 207 90 6 0 0.57 0.97 0.19 25.07 0.94 0.42
Hex CF 5A 6 0 39 61 13 19 5E 2A
Octal 317 132 6 0 71 141 23 31 136 52
Binary 11001111 1011010 110 0 111001 1100001 10011 11001 1011110 101010

Color Harmonies of #CF5A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A06

Black with #CF5A06

Text Example


Text Example

White with #CF5A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A06; }

 p { color: rgb(207,90,6); }

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

background-color css

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

 a { background-color: rgb(207,90,6); }

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

border-color css

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

 span { border-color: rgb(207,90,6); }

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