Html Css Color HEX #CD356B Cerise

📋 copy color: '#CD356B'

red 205 ◦ green 53 ◦ blue 107

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

Shades of Cerise #CD356B

Tints of Cerise #CD356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 56.16%
G = 14.52%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD356B (or 0xCD356B) is known color: Cerise. HEX triplet: CD, 35 and 6B. RGB value is (205,53,107). Sum of RGB (Red+Green+Blue) = 205+53+107=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD356B is #32CA94. Grayscale: #686868. Windows color (decimal): -3328661 or 7026125. OLE color: 7026125.

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

Color convert

RGB 205 53 107 -
CMYK 0 0.74 0.48 0.20
HSL 338.68º 0.6% 0.51% -
HSV(B) 338.68º 0.74% 0.8% -
XYZ 29.1 16.59 15.58 -
YUV 104.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 205 53 107 0 0.74 0.48 0.20 338.68 0.6 0.51
Hex CD 35 6B 0 4A 30 14 153 3C 33
Octal 315 65 153 0 112 60 24 523 74 63
Binary 11001101 110101 1101011 0 1001010 110000 10100 101010011 111100 110011

Color Harmonies of #CD356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD356B

Black with #CD356B

Text Example


Text Example

White with #CD356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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