Html Css Color HEX #CD285C Cerise

📋 copy color: '#CD285C'

red 205 ◦ green 40 ◦ blue 92

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

Shades of Cerise #CD285C

Tints of Cerise #CD285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 60.83%
G = 11.87%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD285C (or 0xCD285C) is known color: Cerise. HEX triplet: CD, 28 and 5C. RGB value is (205,40,92). Sum of RGB (Red+Green+Blue) = 205+40+92=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD285C is #32D7A3. Grayscale: #5F5F5F. Windows color (decimal): -3332004 or 6039757. OLE color: 6039757.

HSL color Cylindrical-coordinate representation of color #CD285C: hue angle of 341.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD285C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 40 92 -
CMYK 0 0.80 0.55 0.20
HSL 341.09º 0.67% 0.48% -
HSV(B) 341.09º 0.8% 0.8% -
XYZ 27.87 15.27 11.6 -
YUV 95.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 205 40 92 0 0.80 0.55 0.20 341.09 0.67 0.48
Hex CD 28 5C 0 50 37 14 155 43 30
Octal 315 50 134 0 120 67 24 525 103 60
Binary 11001101 101000 1011100 0 1010000 110111 10100 101010101 1000011 110000

Color Harmonies of #CD285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD285C

Black with #CD285C

Text Example


Text Example

White with #CD285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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