Html Css Color HEX #CD326F Cerise

📋 copy color: '#CD326F'

red 205 ◦ green 50 ◦ blue 111

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

Shades of Cerise #CD326F

Tints of Cerise #CD326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 56.01%
G = 13.66%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD326F (or 0xCD326F) is known color: Cerise. HEX triplet: CD, 32 and 6F. RGB value is (205,50,111). Sum of RGB (Red+Green+Blue) = 205+50+111=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD326F is #32CD90. Grayscale: #676767. Windows color (decimal): -3329425 or 7287501. OLE color: 7287501.

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

Color convert

RGB 205 50 111 -
CMYK 0 0.76 0.46 0.20
HSL 336.39º 0.61% 0.5% -
HSV(B) 336.39º 0.76% 0.8% -
XYZ 29.19 16.41 16.67 -
YUV 103.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 205 50 111 0 0.76 0.46 0.20 336.39 0.61 0.5
Hex CD 32 6F 0 4C 2E 14 150 3D 32
Octal 315 62 157 0 114 56 24 520 75 62
Binary 11001101 110010 1101111 0 1001100 101110 10100 101010000 111101 110010

Color Harmonies of #CD326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD326F

Black with #CD326F

Text Example


Text Example

White with #CD326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD326F; }

 p { color: rgb(205,50,111); }

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

background-color css

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

 a { background-color: rgb(205,50,111); }

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

border-color css

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

 span { border-color: rgb(205,50,111); }

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