Html Css Color HEX #CD376C Cerise

📋 copy color: '#CD376C'

red 205 ◦ green 55 ◦ blue 108

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

Shades of Cerise #CD376C

Tints of Cerise #CD376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 55.71%
G = 14.95%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD376C (or 0xCD376C) is known color: Cerise. HEX triplet: CD, 37 and 6C. RGB value is (205,55,108). Sum of RGB (Red+Green+Blue) = 205+55+108=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD376C is #32C893. Grayscale: #696969. Windows color (decimal): -3328148 or 7092173. OLE color: 7092173.

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

Color convert

RGB 205 55 108 -
CMYK 0 0.73 0.47 0.20
HSL 338.8º 0.6% 0.51% -
HSV(B) 338.8º 0.73% 0.8% -
XYZ 29.25 16.79 15.89 -
YUV 105.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 205 55 108 0 0.73 0.47 0.20 338.8 0.6 0.51
Hex CD 37 6C 0 49 2F 14 153 3C 33
Octal 315 67 154 0 111 57 24 523 74 63
Binary 11001101 110111 1101100 0 1001001 101111 10100 101010011 111100 110011

Color Harmonies of #CD376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD376C

Black with #CD376C

Text Example


Text Example

White with #CD376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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