Html Css Color HEX #CF5A08 Tenne (Tawny)

📋 copy color: '#CF5A08'

red 207 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #CF5A08

Tints of Tenne (Tawny) #CF5A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 67.87%
G = 29.51%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF5A08 (or 0xCF5A08) is known color: Tenne (Tawny). HEX triplet: CF, 5A and 08. RGB value is (207,90,8). Sum of RGB (Red+Green+Blue) = 207+90+8=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A08 is #30A5F7. Grayscale: #747474. Windows color (decimal): -3188216 or 547535. OLE color: 547535.

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

Color convert

RGB 207 90 8 -
CMYK 0 0.57 0.96 0.19
HSL 24.72º 0.93% 0.42% -
HSV(B) 24.72º 0.96% 0.81% -
XYZ 29.43 20.6 2.65 -
YUV 115.64 67.26 193.17 -
System Red Green Blue C M Y K H S L
Decimal 207 90 8 0 0.57 0.96 0.19 24.72 0.93 0.42
Hex CF 5A 8 0 39 60 13 19 5D 2A
Octal 317 132 10 0 71 140 23 31 135 52
Binary 11001111 1011010 1000 0 111001 1100000 10011 11001 1011101 101010

Color Harmonies of #CF5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A08

Black with #CF5A08

Text Example


Text Example

White with #CF5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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