Html Css Color HEX #CD376D Cerise

📋 copy color: '#CD376D'

red 205 ◦ green 55 ◦ blue 109

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

Shades of Cerise #CD376D

Tints of Cerise #CD376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 55.56%
G = 14.91%
B = 29.54%

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

#CD376D (or 0xCD376D) is known color: Cerise. HEX triplet: CD, 37 and 6D. RGB value is (205,55,109). Sum of RGB (Red+Green+Blue) = 205+55+109=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD376D is #32C892. Grayscale: #696969. Windows color (decimal): -3328147 or 7157709. OLE color: 7157709.

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

Color convert

RGB 205 55 109 -
CMYK 0 0.73 0.47 0.20
HSL 338.4º 0.6% 0.51% -
HSV(B) 338.4º 0.73% 0.8% -
XYZ 29.3 16.82 16.17 -
YUV 106.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 205 55 109 0 0.73 0.47 0.20 338.4 0.6 0.51
Hex CD 37 6D 0 49 2F 14 152 3C 33
Octal 315 67 155 0 111 57 24 522 74 63
Binary 11001101 110111 1101101 0 1001001 101111 10100 101010010 111100 110011

Color Harmonies of #CD376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD376D

Black with #CD376D

Text Example


Text Example

White with #CD376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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