Html Css Color HEX #CD355D Cerise

📋 copy color: '#CD355D'

red 205 ◦ green 53 ◦ blue 93

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

Shades of Cerise #CD355D

Tints of Cerise #CD355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 58.4%
G = 15.1%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD355D (or 0xCD355D) is known color: Cerise. HEX triplet: CD, 35 and 5D. RGB value is (205,53,93). Sum of RGB (Red+Green+Blue) = 205+53+93=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD355D is #32CAA2. Grayscale: #676767. Windows color (decimal): -3328675 or 6108621. OLE color: 6108621.

HSL color Cylindrical-coordinate representation of color #CD355D: hue angle of 344.21º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD355D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 93 -
CMYK 0 0.74 0.55 0.20
HSL 344.21º 0.6% 0.51% -
HSV(B) 344.21º 0.74% 0.8% -
XYZ 28.43 16.32 12.01 -
YUV 103.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 205 53 93 0 0.74 0.55 0.20 344.21 0.6 0.51
Hex CD 35 5D 0 4A 37 14 158 3C 33
Octal 315 65 135 0 112 67 24 530 74 63
Binary 11001101 110101 1011101 0 1001010 110111 10100 101011000 111100 110011

Color Harmonies of #CD355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD355D

Black with #CD355D

Text Example


Text Example

White with #CD355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD355D; }

 p { color: rgb(205,53,93); }

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

background-color css

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

 a { background-color: rgb(205,53,93); }

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

border-color css

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

 span { border-color: rgb(205,53,93); }

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