Html Css Color HEX #CD5C0E Tenne (Tawny)

📋 copy color: '#CD5C0E'

red 205 ◦ green 92 ◦ blue 14

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

Shades of Tenne (Tawny) #CD5C0E

Tints of Tenne (Tawny) #CD5C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.58%

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

R = 65.92%
G = 29.58%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD5C0E (or 0xCD5C0E) is known color: Tenne (Tawny). HEX triplet: CD, 5C and 0E. RGB value is (205,92,14). Sum of RGB (Red+Green+Blue) = 205+92+14=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5C0E is #32A3F1. Grayscale: #757575. Windows color (decimal): -3318770 or 941261. OLE color: 941261.

HSL color Cylindrical-coordinate representation of color #CD5C0E: hue angle of 24.5º 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 #CD5C0E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 92 14 -
CMYK 0 0.55 0.93 0.20
HSL 24.5º 0.87% 0.43% -
HSV(B) 24.5º 0.93% 0.8% -
XYZ 29.08 20.67 2.87 -
YUV 116.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 205 92 14 0 0.55 0.93 0.20 24.5 0.87 0.43
Hex CD 5C E 0 37 5D 14 19 57 2B
Octal 315 134 16 0 67 135 24 31 127 53
Binary 11001101 1011100 1110 0 110111 1011101 10100 11001 1010111 101011

Color Harmonies of #CD5C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C0E

Black with #CD5C0E

Text Example


Text Example

White with #CD5C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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