Html Css Color HEX #CD580E Tenne (Tawny)

📋 copy color: '#CD580E'

red 205 ◦ green 88 ◦ blue 14

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

Shades of Tenne (Tawny) #CD580E

Tints of Tenne (Tawny) #CD580E

RGB

 RED value IS 205 (80.47% from 255) = 66.78%

 GREEN value IS 88 (34.77% from 255) = 28.66%

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 66.78%
G = 28.66%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD580E (or 0xCD580E) is known color: Tenne (Tawny). HEX triplet: CD, 58 and 0E. RGB value is (205,88,14). Sum of RGB (Red+Green+Blue) = 205+88+14=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD580E is #32A7F1. Grayscale: #727272. Windows color (decimal): -3319794 or 940237. OLE color: 940237.

HSL color Cylindrical-coordinate representation of color #CD580E: hue angle of 23.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD580E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 88 14 -
CMYK 0 0.57 0.93 0.20
HSL 23.25º 0.87% 0.43% -
HSV(B) 23.25º 0.93% 0.8% -
XYZ 28.75 19.99 2.76 -
YUV 114.55 71.26 192.52 -
System Red Green Blue C M Y K H S L
Decimal 205 88 14 0 0.57 0.93 0.20 23.25 0.87 0.43
Hex CD 58 E 0 39 5D 14 17 57 2B
Octal 315 130 16 0 71 135 24 27 127 53
Binary 11001101 1011000 1110 0 111001 1011101 10100 10111 1010111 101011

Color Harmonies of #CD580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD580E

Black with #CD580E

Text Example


Text Example

White with #CD580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD580E; }

 p { color: rgb(205,88,14); }

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

background-color css

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

 a { background-color: rgb(205,88,14); }

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

border-color css

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

 span { border-color: rgb(205,88,14); }

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