Html Css Color HEX #CD6008 Tenne (Tawny)

📋 copy color: '#CD6008'

red 205 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #CD6008

Tints of Tenne (Tawny) #CD6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

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

R = 66.34%
G = 31.07%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD6008 (or 0xCD6008) is known color: Tenne (Tawny). HEX triplet: CD, 60 and 08. RGB value is (205,96,8). Sum of RGB (Red+Green+Blue) = 205+96+8=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6008 is #329FF7. Grayscale: #777777. Windows color (decimal): -3317752 or 549069. OLE color: 549069.

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

Color convert

RGB 205 96 8 -
CMYK 0 0.53 0.96 0.20
HSL 26.8º 0.92% 0.42% -
HSV(B) 26.8º 0.96% 0.8% -
XYZ 29.4 21.36 2.8 -
YUV 118.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 205 96 8 0 0.53 0.96 0.20 26.8 0.92 0.42
Hex CD 60 8 0 35 60 14 1B 5C 2A
Octal 315 140 10 0 65 140 24 33 134 52
Binary 11001101 1100000 1000 0 110101 1100000 10100 11011 1011100 101010

Color Harmonies of #CD6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6008

Black with #CD6008

Text Example


Text Example

White with #CD6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6008; }

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

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

background-color css

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

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

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

border-color css

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

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

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