Html Css Color HEX #CD385C Cerise

📋 copy color: '#CD385C'

red 205 ◦ green 56 ◦ blue 92

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

Shades of Cerise #CD385C

Tints of Cerise #CD385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 58.07%
G = 15.86%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD385C (or 0xCD385C) is known color: Cerise. HEX triplet: CD, 38 and 5C. RGB value is (205,56,92). Sum of RGB (Red+Green+Blue) = 205+56+92=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD385C is #32C7A3. Grayscale: #686868. Windows color (decimal): -3327908 or 6043853. OLE color: 6043853.

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

Color convert

RGB 205 56 92 -
CMYK 0 0.73 0.55 0.20
HSL 345.5º 0.6% 0.51% -
HSV(B) 345.5º 0.73% 0.8% -
XYZ 28.52 16.58 11.82 -
YUV 104.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 205 56 92 0 0.73 0.55 0.20 345.5 0.6 0.51
Hex CD 38 5C 0 49 37 14 15A 3C 33
Octal 315 70 134 0 111 67 24 532 74 63
Binary 11001101 111000 1011100 0 1001001 110111 10100 101011010 111100 110011

Color Harmonies of #CD385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD385C

Black with #CD385C

Text Example


Text Example

White with #CD385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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