Html Css Color HEX #CD376A Cerise

📋 copy color: '#CD376A'

red 205 ◦ green 55 ◦ blue 106

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

Shades of Cerise #CD376A

Tints of Cerise #CD376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 56.01%
G = 15.03%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD376A (or 0xCD376A) is known color: Cerise. HEX triplet: CD, 37 and 6A. RGB value is (205,55,106). Sum of RGB (Red+Green+Blue) = 205+55+106=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD376A is #32C895. Grayscale: #696969. Windows color (decimal): -3328150 or 6961101. OLE color: 6961101.

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

Color convert

RGB 205 55 106 -
CMYK 0 0.73 0.48 0.20
HSL 339.6º 0.6% 0.51% -
HSV(B) 339.6º 0.73% 0.8% -
XYZ 29.14 16.75 15.33 -
YUV 105.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 205 55 106 0 0.73 0.48 0.20 339.6 0.6 0.51
Hex CD 37 6A 0 49 30 14 154 3C 33
Octal 315 67 152 0 111 60 24 524 74 63
Binary 11001101 110111 1101010 0 1001001 110000 10100 101010100 111100 110011

Color Harmonies of #CD376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD376A

Black with #CD376A

Text Example


Text Example

White with #CD376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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