Html Css Color HEX #CD355F Cerise

📋 copy color: '#CD355F'

red 205 ◦ green 53 ◦ blue 95

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

Shades of Cerise #CD355F

Tints of Cerise #CD355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 58.07%
G = 15.01%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD355F (or 0xCD355F) is known color: Cerise. HEX triplet: CD, 35 and 5F. RGB value is (205,53,95). Sum of RGB (Red+Green+Blue) = 205+53+95=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD355F is #32CAA0. Grayscale: #676767. Windows color (decimal): -3328673 or 6239693. OLE color: 6239693.

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

Color convert

RGB 205 53 95 -
CMYK 0 0.74 0.54 0.20
HSL 343.42º 0.6% 0.51% -
HSV(B) 343.42º 0.74% 0.8% -
XYZ 28.52 16.35 12.48 -
YUV 103.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 205 53 95 0 0.74 0.54 0.20 343.42 0.6 0.51
Hex CD 35 5F 0 4A 36 14 157 3C 33
Octal 315 65 137 0 112 66 24 527 74 63
Binary 11001101 110101 1011111 0 1001010 110110 10100 101010111 111100 110011

Color Harmonies of #CD355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD355F

Black with #CD355F

Text Example


Text Example

White with #CD355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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