Html Css Color HEX #CD3C60 Cerise

📋 copy color: '#CD3C60'

red 205 ◦ green 60 ◦ blue 96

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

Shades of Cerise #CD3C60

Tints of Cerise #CD3C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.62%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 56.79%
G = 16.62%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD3C60 (or 0xCD3C60) is known color: Cerise. HEX triplet: CD, 3C and 60. RGB value is (205,60,96). Sum of RGB (Red+Green+Blue) = 205+60+96=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3C60 is #32C39F. Grayscale: #6B6B6B. Windows color (decimal): -3326880 or 6307021. OLE color: 6307021.

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

Color convert

RGB 205 60 96 -
CMYK 0 0.71 0.53 0.20
HSL 345.1º 0.59% 0.52% -
HSV(B) 345.1º 0.71% 0.8% -
XYZ 28.9 17.06 12.83 -
YUV 107.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 205 60 96 0 0.71 0.53 0.20 345.1 0.59 0.52
Hex CD 3C 60 0 47 35 14 159 3B 34
Octal 315 74 140 0 107 65 24 531 73 64
Binary 11001101 111100 1100000 0 1000111 110101 10100 101011001 111011 110100

Color Harmonies of #CD3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C60

Black with #CD3C60

Text Example


Text Example

White with #CD3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C60; }

 p { color: rgb(205,60,96); }

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

background-color css

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

 a { background-color: rgb(205,60,96); }

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

border-color css

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

 span { border-color: rgb(205,60,96); }

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