Html Css Color HEX #CD375B Cerise

📋 copy color: '#CD375B'

red 205 ◦ green 55 ◦ blue 91

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

Shades of Cerise #CD375B

Tints of Cerise #CD375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 58.4%
G = 15.67%
B = 25.93%

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

#CD375B (or 0xCD375B) is known color: Cerise. HEX triplet: CD, 37 and 5B. RGB value is (205,55,91). Sum of RGB (Red+Green+Blue) = 205+55+91=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD375B is #32C8A4. Grayscale: #676767. Windows color (decimal): -3328165 or 5978061. OLE color: 5978061.

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

Color convert

RGB 205 55 91 -
CMYK 0 0.73 0.56 0.20
HSL 345.6º 0.6% 0.51% -
HSV(B) 345.6º 0.73% 0.8% -
XYZ 28.43 16.47 11.58 -
YUV 103.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 205 55 91 0 0.73 0.56 0.20 345.6 0.6 0.51
Hex CD 37 5B 0 49 38 14 15A 3C 33
Octal 315 67 133 0 111 70 24 532 74 63
Binary 11001101 110111 1011011 0 1001001 111000 10100 101011010 111100 110011

Color Harmonies of #CD375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD375B

Black with #CD375B

Text Example


Text Example

White with #CD375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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