Html Css Color HEX #CD3963 Cerise

📋 copy color: '#CD3963'

red 205 ◦ green 57 ◦ blue 99

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

Shades of Cerise #CD3963

Tints of Cerise #CD3963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 56.79%
G = 15.79%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD3963 (or 0xCD3963) is known color: Cerise. HEX triplet: CD, 39 and 63. RGB value is (205,57,99). Sum of RGB (Red+Green+Blue) = 205+57+99=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3963 is #32C69C. Grayscale: #6A6A6A. Windows color (decimal): -3327645 or 6502861. OLE color: 6502861.

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

Color convert

RGB 205 57 99 -
CMYK 0 0.72 0.52 0.20
HSL 342.97º 0.6% 0.51% -
HSV(B) 342.97º 0.72% 0.8% -
XYZ 28.89 16.81 13.53 -
YUV 106.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 205 57 99 0 0.72 0.52 0.20 342.97 0.6 0.51
Hex CD 39 63 0 48 34 14 157 3C 33
Octal 315 71 143 0 110 64 24 527 74 63
Binary 11001101 111001 1100011 0 1001000 110100 10100 101010111 111100 110011

Color Harmonies of #CD3963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3963

Black with #CD3963

Text Example


Text Example

White with #CD3963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3963; }

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

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

background-color css

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

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

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

border-color css

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

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

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