Html Css Color HEX #CD376E Cerise

📋 copy color: '#CD376E'

red 205 ◦ green 55 ◦ blue 110

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

Shades of Cerise #CD376E

Tints of Cerise #CD376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 55.41%
G = 14.86%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD376E (or 0xCD376E) is known color: Cerise. HEX triplet: CD, 37 and 6E. RGB value is (205,55,110). Sum of RGB (Red+Green+Blue) = 205+55+110=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD376E is #32C891. Grayscale: #6A6A6A. Windows color (decimal): -3328146 or 7223245. OLE color: 7223245.

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

Color convert

RGB 205 55 110 -
CMYK 0 0.73 0.46 0.20
HSL 338º 0.6% 0.51% -
HSV(B) 338º 0.73% 0.8% -
XYZ 29.36 16.84 16.45 -
YUV 106.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 205 55 110 0 0.73 0.46 0.20 338 0.6 0.51
Hex CD 37 6E 0 49 2E 14 152 3C 33
Octal 315 67 156 0 111 56 24 522 74 63
Binary 11001101 110111 1101110 0 1001001 101110 10100 101010010 111100 110011

Color Harmonies of #CD376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD376E

Black with #CD376E

Text Example


Text Example

White with #CD376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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