Html Css Color HEX #CD590C Tenne (Tawny)

📋 copy color: '#CD590C'

red 205 ◦ green 89 ◦ blue 12

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

Shades of Tenne (Tawny) #CD590C

Tints of Tenne (Tawny) #CD590C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 66.99%
G = 29.08%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD590C (or 0xCD590C) is known color: Tenne (Tawny). HEX triplet: CD, 59 and 0C. RGB value is (205,89,12). Sum of RGB (Red+Green+Blue) = 205+89+12=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD590C is #32A6F3. Grayscale: #737373. Windows color (decimal): -3319540 or 809421. OLE color: 809421.

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

Color convert

RGB 205 89 12 -
CMYK 0 0.57 0.94 0.20
HSL 23.94º 0.89% 0.43% -
HSV(B) 23.94º 0.94% 0.8% -
XYZ 28.82 20.15 2.72 -
YUV 114.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 205 89 12 0 0.57 0.94 0.20 23.94 0.89 0.43
Hex CD 59 C 0 39 5E 14 18 59 2B
Octal 315 131 14 0 71 136 24 30 131 53
Binary 11001101 1011001 1100 0 111001 1011110 10100 11000 1011001 101011

Color Harmonies of #CD590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD590C

Black with #CD590C

Text Example


Text Example

White with #CD590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD590C; }

 p { color: rgb(205,89,12); }

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

background-color css

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

 a { background-color: rgb(205,89,12); }

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

border-color css

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

 span { border-color: rgb(205,89,12); }

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