Html Css Color HEX #CD385E Cerise

📋 copy color: '#CD385E'

red 205 ◦ green 56 ◦ blue 94

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

Shades of Cerise #CD385E

Tints of Cerise #CD385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 57.75%
G = 15.77%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD385E (or 0xCD385E) is known color: Cerise. HEX triplet: CD, 38 and 5E. RGB value is (205,56,94). Sum of RGB (Red+Green+Blue) = 205+56+94=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD385E is #32C7A1. Grayscale: #686868. Windows color (decimal): -3327906 or 6174925. OLE color: 6174925.

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

Color convert

RGB 205 56 94 -
CMYK 0 0.73 0.54 0.20
HSL 344.7º 0.6% 0.51% -
HSV(B) 344.7º 0.73% 0.8% -
XYZ 28.61 16.62 12.29 -
YUV 104.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 205 56 94 0 0.73 0.54 0.20 344.7 0.6 0.51
Hex CD 38 5E 0 49 36 14 159 3C 33
Octal 315 70 136 0 111 66 24 531 74 63
Binary 11001101 111000 1011110 0 1001001 110110 10100 101011001 111100 110011

Color Harmonies of #CD385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD385E

Black with #CD385E

Text Example


Text Example

White with #CD385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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