Html Css Color HEX #CD5C08 Tenne (Tawny)

📋 copy color: '#CD5C08'

red 205 ◦ green 92 ◦ blue 8

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

Shades of Tenne (Tawny) #CD5C08

Tints of Tenne (Tawny) #CD5C08

RGB

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

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

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

R = 67.21%
G = 30.16%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD5C08 (or 0xCD5C08) is known color: Tenne (Tawny). HEX triplet: CD, 5C and 08. RGB value is (205,92,8). Sum of RGB (Red+Green+Blue) = 205+92+8=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5C08 is #32A3F7. Grayscale: #747474. Windows color (decimal): -3318776 or 548045. OLE color: 548045.

HSL color Cylindrical-coordinate representation of color #CD5C08: hue angle of 25.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD5C08 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 92 8 -
CMYK 0 0.55 0.96 0.20
HSL 25.58º 0.92% 0.42% -
HSV(B) 25.58º 0.96% 0.8% -
XYZ 29.05 20.65 2.68 -
YUV 116.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 205 92 8 0 0.55 0.96 0.20 25.58 0.92 0.42
Hex CD 5C 8 0 37 60 14 1A 5C 2A
Octal 315 134 10 0 67 140 24 32 134 52
Binary 11001101 1011100 1000 0 110111 1100000 10100 11010 1011100 101010

Color Harmonies of #CD5C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C08

Black with #CD5C08

Text Example


Text Example

White with #CD5C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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