Html Css Color HEX #CD3E50 Old Rose

📋 copy color: '#CD3E50'

red 205 ◦ green 62 ◦ blue 80

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

Shades of Old Rose #CD3E50

Tints of Old Rose #CD3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.87%

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 59.08%
G = 17.87%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD3E50 (or 0xCD3E50) is known color: Old Rose. HEX triplet: CD, 3E and 50. RGB value is (205,62,80). Sum of RGB (Red+Green+Blue) = 205+62+80=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E50 is #32C1AF. Grayscale: #6A6A6A. Windows color (decimal): -3326384 or 5258957. OLE color: 5258957.

HSL color Cylindrical-coordinate representation of color #CD3E50: hue angle of 352.45º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E50 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 62 80 -
CMYK 0 0.70 0.61 0.20
HSL 352.45º 0.59% 0.52% -
HSV(B) 352.45º 0.7% 0.8% -
XYZ 28.35 17 9.38 -
YUV 106.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 205 62 80 0 0.70 0.61 0.20 352.45 0.59 0.52
Hex CD 3E 50 0 46 3D 14 160 3B 34
Octal 315 76 120 0 106 75 24 540 73 64
Binary 11001101 111110 1010000 0 1000110 111101 10100 101100000 111011 110100

Color Harmonies of #CD3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E50

Black with #CD3E50

Text Example


Text Example

White with #CD3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E50; }

 p { color: rgb(205,62,80); }

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

background-color css

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

 a { background-color: rgb(205,62,80); }

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

border-color css

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

 span { border-color: rgb(205,62,80); }

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