Html Css Color HEX #CD5902 Tenne (Tawny)

📋 copy color: '#CD5902'

red 205 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #CD5902

Tints of Tenne (Tawny) #CD5902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 69.26%
G = 30.07%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD5902 (or 0xCD5902) is known color: Tenne (Tawny). HEX triplet: CD, 59 and 02. RGB value is (205,89,2). Sum of RGB (Red+Green+Blue) = 205+89+2=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5902 is #32A6FD. Grayscale: #727272. Windows color (decimal): -3319550 or 154061. OLE color: 154061.

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

Color convert

RGB 205 89 2 -
CMYK 0 0.57 0.99 0.20
HSL 25.71º 0.98% 0.41% -
HSV(B) 25.71º 0.99% 0.8% -
XYZ 28.76 20.13 2.43 -
YUV 113.77 64.93 193.07 -
System Red Green Blue C M Y K H S L
Decimal 205 89 2 0 0.57 0.99 0.20 25.71 0.98 0.41
Hex CD 59 2 0 39 63 14 1A 62 29
Octal 315 131 2 0 71 143 24 32 142 51
Binary 11001101 1011001 10 0 111001 1100011 10100 11010 1100010 101001

Color Harmonies of #CD5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5902

Black with #CD5902

Text Example


Text Example

White with #CD5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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