Html Css Color HEX #CD385B Cerise

📋 copy color: '#CD385B'

red 205 ◦ green 56 ◦ blue 91

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

Shades of Cerise #CD385B

Tints of Cerise #CD385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

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

R = 58.24%
G = 15.91%
B = 25.85%

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

#CD385B (or 0xCD385B) is known color: Cerise. HEX triplet: CD, 38 and 5B. RGB value is (205,56,91). Sum of RGB (Red+Green+Blue) = 205+56+91=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD385B is #32C7A4. Grayscale: #686868. Windows color (decimal): -3327909 or 5978317. OLE color: 5978317.

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

Color convert

RGB 205 56 91 -
CMYK 0 0.73 0.56 0.20
HSL 345.91º 0.6% 0.51% -
HSV(B) 345.91º 0.73% 0.8% -
XYZ 28.48 16.56 11.59 -
YUV 104.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 205 56 91 0 0.73 0.56 0.20 345.91 0.6 0.51
Hex CD 38 5B 0 49 38 14 15A 3C 33
Octal 315 70 133 0 111 70 24 532 74 63
Binary 11001101 111000 1011011 0 1001001 111000 10100 101011010 111100 110011

Color Harmonies of #CD385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD385B

Black with #CD385B

Text Example


Text Example

White with #CD385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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