Html Css Color HEX #CD345D Cerise

📋 copy color: '#CD345D'

red 205 ◦ green 52 ◦ blue 93

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

Shades of Cerise #CD345D

Tints of Cerise #CD345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

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

R = 58.57%
G = 14.86%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD345D (or 0xCD345D) is known color: Cerise. HEX triplet: CD, 34 and 5D. RGB value is (205,52,93). Sum of RGB (Red+Green+Blue) = 205+52+93=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD345D is #32CBA2. Grayscale: #666666. Windows color (decimal): -3328931 or 6108365. OLE color: 6108365.

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

Color convert

RGB 205 52 93 -
CMYK 0 0.75 0.55 0.20
HSL 343.92º 0.6% 0.5% -
HSV(B) 343.92º 0.75% 0.8% -
XYZ 28.38 16.23 11.99 -
YUV 102.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 205 52 93 0 0.75 0.55 0.20 343.92 0.6 0.5
Hex CD 34 5D 0 4B 37 14 158 3C 32
Octal 315 64 135 0 113 67 24 530 74 62
Binary 11001101 110100 1011101 0 1001011 110111 10100 101011000 111100 110010

Color Harmonies of #CD345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD345D

Black with #CD345D

Text Example


Text Example

White with #CD345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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