Html Css Color HEX #CD2C66 Cerise

📋 copy color: '#CD2C66'

red 205 ◦ green 44 ◦ blue 102

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

Shades of Cerise #CD2C66

Tints of Cerise #CD2C66

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 58.4%
G = 12.54%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD2C66 (or 0xCD2C66) is known color: Cerise. HEX triplet: CD, 2C and 66. RGB value is (205,44,102). Sum of RGB (Red+Green+Blue) = 205+44+102=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C66 is #32D399. Grayscale: #626262. Windows color (decimal): -3330970 or 6696141. OLE color: 6696141.

HSL color Cylindrical-coordinate representation of color #CD2C66: hue angle of 338.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C66 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 44 102 -
CMYK 0 0.79 0.50 0.20
HSL 338.39º 0.65% 0.49% -
HSV(B) 338.39º 0.79% 0.8% -
XYZ 28.48 15.74 14.11 -
YUV 98.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 205 44 102 0 0.79 0.50 0.20 338.39 0.65 0.49
Hex CD 2C 66 0 4F 32 14 152 41 31
Octal 315 54 146 0 117 62 24 522 101 61
Binary 11001101 101100 1100110 0 1001111 110010 10100 101010010 1000001 110001

Color Harmonies of #CD2C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C66

Black with #CD2C66

Text Example


Text Example

White with #CD2C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C66; }

 p { color: rgb(205,44,102); }

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

background-color css

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

 a { background-color: rgb(205,44,102); }

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

border-color css

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

 span { border-color: rgb(205,44,102); }

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