Html Css Color HEX #CD5302 Tenne (Tawny)

📋 copy color: '#CD5302'

red 205 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #CD5302

Tints of Tenne (Tawny) #CD5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 70.69%
G = 28.62%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD5302 (or 0xCD5302) is known color: Tenne (Tawny). HEX triplet: CD, 53 and 02. RGB value is (205,83,2). Sum of RGB (Red+Green+Blue) = 205+83+2=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5302 is #32ACFD. Grayscale: #6E6E6E. Windows color (decimal): -3321086 or 152525. OLE color: 152525.

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

Color convert

RGB 205 83 2 -
CMYK 0 0.60 0.99 0.20
HSL 23.94º 0.98% 0.41% -
HSV(B) 23.94º 0.99% 0.8% -
XYZ 28.28 19.17 2.27 -
YUV 110.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 205 83 2 0 0.60 0.99 0.20 23.94 0.98 0.41
Hex CD 53 2 0 3C 63 14 18 62 29
Octal 315 123 2 0 74 143 24 30 142 51
Binary 11001101 1010011 10 0 111100 1100011 10100 11000 1100010 101001

Color Harmonies of #CD5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5302

Black with #CD5302

Text Example


Text Example

White with #CD5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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