Html Css Color HEX #CD3965 Cerise

📋 copy color: '#CD3965'

red 205 ◦ green 57 ◦ blue 101

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

Shades of Cerise #CD3965

Tints of Cerise #CD3965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 56.47%
G = 15.7%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD3965 (or 0xCD3965) is known color: Cerise. HEX triplet: CD, 39 and 65. RGB value is (205,57,101). Sum of RGB (Red+Green+Blue) = 205+57+101=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3965 is #32C69A. Grayscale: #6A6A6A. Windows color (decimal): -3327643 or 6633933. OLE color: 6633933.

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

Color convert

RGB 205 57 101 -
CMYK 0 0.72 0.51 0.20
HSL 342.16º 0.6% 0.51% -
HSV(B) 342.16º 0.72% 0.8% -
XYZ 28.99 16.84 14.04 -
YUV 106.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 205 57 101 0 0.72 0.51 0.20 342.16 0.6 0.51
Hex CD 39 65 0 48 33 14 156 3C 33
Octal 315 71 145 0 110 63 24 526 74 63
Binary 11001101 111001 1100101 0 1001000 110011 10100 101010110 111100 110011

Color Harmonies of #CD3965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3965

Black with #CD3965

Text Example


Text Example

White with #CD3965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3965; }

 p { color: rgb(205,57,101); }

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

background-color css

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

 a { background-color: rgb(205,57,101); }

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

border-color css

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

 span { border-color: rgb(205,57,101); }

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