Html Css Color HEX #CD375A Cerise

📋 copy color: '#CD375A'

red 205 ◦ green 55 ◦ blue 90

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

Shades of Cerise #CD375A

Tints of Cerise #CD375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 58.57%
G = 15.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD375A (or 0xCD375A) is known color: Cerise. HEX triplet: CD, 37 and 5A. RGB value is (205,55,90). Sum of RGB (Red+Green+Blue) = 205+55+90=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD375A is #32C8A5. Grayscale: #676767. Windows color (decimal): -3328166 or 5912525. OLE color: 5912525.

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

Color convert

RGB 205 55 90 -
CMYK 0 0.73 0.56 0.20
HSL 346º 0.6% 0.51% -
HSV(B) 346º 0.73% 0.8% -
XYZ 28.39 16.45 11.35 -
YUV 103.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 205 55 90 0 0.73 0.56 0.20 346 0.6 0.51
Hex CD 37 5A 0 49 38 14 15A 3C 33
Octal 315 67 132 0 111 70 24 532 74 63
Binary 11001101 110111 1011010 0 1001001 111000 10100 101011010 111100 110011

Color Harmonies of #CD375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD375A

Black with #CD375A

Text Example


Text Example

White with #CD375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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