Html Css Color HEX #CD326B Cerise

📋 copy color: '#CD326B'

red 205 ◦ green 50 ◦ blue 107

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

Shades of Cerise #CD326B

Tints of Cerise #CD326B

RGB

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

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

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

R = 56.63%
G = 13.81%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD326B (or 0xCD326B) is known color: Cerise. HEX triplet: CD, 32 and 6B. RGB value is (205,50,107). Sum of RGB (Red+Green+Blue) = 205+50+107=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD326B is #32CD94. Grayscale: #666666. Windows color (decimal): -3329429 or 7025357. OLE color: 7025357.

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

Color convert

RGB 205 50 107 -
CMYK 0 0.76 0.48 0.20
HSL 337.94º 0.61% 0.5% -
HSV(B) 337.94º 0.76% 0.8% -
XYZ 28.97 16.32 15.53 -
YUV 102.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 205 50 107 0 0.76 0.48 0.20 337.94 0.61 0.5
Hex CD 32 6B 0 4C 30 14 152 3D 32
Octal 315 62 153 0 114 60 24 522 75 62
Binary 11001101 110010 1101011 0 1001100 110000 10100 101010010 111101 110010

Color Harmonies of #CD326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD326B

Black with #CD326B

Text Example


Text Example

White with #CD326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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