Html Css Color HEX #CD5303 Tenne (Tawny)

📋 copy color: '#CD5303'

red 205 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #CD5303

Tints of Tenne (Tawny) #CD5303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 70.45%
G = 28.52%
B = 1.03%

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

#CD5303 (or 0xCD5303) is known color: Tenne (Tawny). HEX triplet: CD, 53 and 03. RGB value is (205,83,3). Sum of RGB (Red+Green+Blue) = 205+83+3=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5303 is #32ACFC. Grayscale: #6E6E6E. Windows color (decimal): -3321085 or 218061. OLE color: 218061.

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

Color convert

RGB 205 83 3 -
CMYK 0 0.60 0.99 0.20
HSL 23.76º 0.97% 0.41% -
HSV(B) 23.76º 0.99% 0.8% -
XYZ 28.29 19.17 2.3 -
YUV 110.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 205 83 3 0 0.60 0.99 0.20 23.76 0.97 0.41
Hex CD 53 3 0 3C 63 14 18 61 29
Octal 315 123 3 0 74 143 24 30 141 51
Binary 11001101 1010011 11 0 111100 1100011 10100 11000 1100001 101001

Color Harmonies of #CD5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5303

Black with #CD5303

Text Example


Text Example

White with #CD5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5303; }

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

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

background-color css

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

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

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

border-color css

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

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

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