Html Css Color HEX #CD376B Cerise

📋 copy color: '#CD376B'

red 205 ◦ green 55 ◦ blue 107

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

Shades of Cerise #CD376B

Tints of Cerise #CD376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 55.86%
G = 14.99%
B = 29.16%

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

#CD376B (or 0xCD376B) is known color: Cerise. HEX triplet: CD, 37 and 6B. RGB value is (205,55,107). Sum of RGB (Red+Green+Blue) = 205+55+107=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD376B is #32C894. Grayscale: #696969. Windows color (decimal): -3328149 or 7026637. OLE color: 7026637.

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

Color convert

RGB 205 55 107 -
CMYK 0 0.73 0.48 0.20
HSL 339.2º 0.6% 0.51% -
HSV(B) 339.2º 0.73% 0.8% -
XYZ 29.2 16.77 15.61 -
YUV 105.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 205 55 107 0 0.73 0.48 0.20 339.2 0.6 0.51
Hex CD 37 6B 0 49 30 14 153 3C 33
Octal 315 67 153 0 111 60 24 523 74 63
Binary 11001101 110111 1101011 0 1001001 110000 10100 101010011 111100 110011

Color Harmonies of #CD376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD376B

Black with #CD376B

Text Example


Text Example

White with #CD376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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