Html Css Color HEX #CD356E Cerise

📋 copy color: '#CD356E'

red 205 ◦ green 53 ◦ blue 110

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

Shades of Cerise #CD356E

Tints of Cerise #CD356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 55.71%
G = 14.4%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD356E (or 0xCD356E) is known color: Cerise. HEX triplet: CD, 35 and 6E. RGB value is (205,53,110). Sum of RGB (Red+Green+Blue) = 205+53+110=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD356E is #32CA91. Grayscale: #686868. Windows color (decimal): -3328658 or 7222733. OLE color: 7222733.

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

Color convert

RGB 205 53 110 -
CMYK 0 0.74 0.46 0.20
HSL 337.5º 0.6% 0.51% -
HSV(B) 337.5º 0.74% 0.8% -
XYZ 29.26 16.65 16.42 -
YUV 104.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 205 53 110 0 0.74 0.46 0.20 337.5 0.6 0.51
Hex CD 35 6E 0 4A 2E 14 152 3C 33
Octal 315 65 156 0 112 56 24 522 74 63
Binary 11001101 110101 1101110 0 1001010 101110 10100 101010010 111100 110011

Color Harmonies of #CD356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD356E

Black with #CD356E

Text Example


Text Example

White with #CD356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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