Html Css Color HEX #CD366A Cerise

📋 copy color: '#CD366A'

red 205 ◦ green 54 ◦ blue 106

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

Shades of Cerise #CD366A

Tints of Cerise #CD366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 56.16%
G = 14.79%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD366A (or 0xCD366A) is known color: Cerise. HEX triplet: CD, 36 and 6A. RGB value is (205,54,106). Sum of RGB (Red+Green+Blue) = 205+54+106=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD366A is #32C995. Grayscale: #696969. Windows color (decimal): -3328406 or 6960845. OLE color: 6960845.

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

Color convert

RGB 205 54 106 -
CMYK 0 0.74 0.48 0.20
HSL 339.34º 0.6% 0.51% -
HSV(B) 339.34º 0.74% 0.8% -
XYZ 29.1 16.66 15.32 -
YUV 105.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 205 54 106 0 0.74 0.48 0.20 339.34 0.6 0.51
Hex CD 36 6A 0 4A 30 14 153 3C 33
Octal 315 66 152 0 112 60 24 523 74 63
Binary 11001101 110110 1101010 0 1001010 110000 10100 101010011 111100 110011

Color Harmonies of #CD366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD366A

Black with #CD366A

Text Example


Text Example

White with #CD366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD366A; }

 p { color: rgb(205,54,106); }

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

background-color css

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

 a { background-color: rgb(205,54,106); }

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

border-color css

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

 span { border-color: rgb(205,54,106); }

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