Html Css Color HEX #CD285A Cerise

📋 copy color: '#CD285A'

red 205 ◦ green 40 ◦ blue 90

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

Shades of Cerise #CD285A

Tints of Cerise #CD285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 61.19%
G = 11.94%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD285A (or 0xCD285A) is known color: Cerise. HEX triplet: CD, 28 and 5A. RGB value is (205,40,90). Sum of RGB (Red+Green+Blue) = 205+40+90=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD285A is #32D7A5. Grayscale: #5F5F5F. Windows color (decimal): -3332006 or 5908685. OLE color: 5908685.

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

Color convert

RGB 205 40 90 -
CMYK 0 0.80 0.56 0.20
HSL 341.82º 0.67% 0.48% -
HSV(B) 341.82º 0.8% 0.8% -
XYZ 27.78 15.23 11.15 -
YUV 95.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 205 40 90 0 0.80 0.56 0.20 341.82 0.67 0.48
Hex CD 28 5A 0 50 38 14 156 43 30
Octal 315 50 132 0 120 70 24 526 103 60
Binary 11001101 101000 1011010 0 1010000 111000 10100 101010110 1000011 110000

Color Harmonies of #CD285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD285A

Black with #CD285A

Text Example


Text Example

White with #CD285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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