Html Css Color HEX #CD255C Cerise

📋 copy color: '#CD255C'

red 205 ◦ green 37 ◦ blue 92

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

Shades of Cerise #CD255C

Tints of Cerise #CD255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

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

R = 61.38%
G = 11.08%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD255C (or 0xCD255C) is known color: Cerise. HEX triplet: CD, 25 and 5C. RGB value is (205,37,92). Sum of RGB (Red+Green+Blue) = 205+37+92=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD255C is #32DAA3. Grayscale: #5D5D5D. Windows color (decimal): -3332772 or 6038989. OLE color: 6038989.

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

Color convert

RGB 205 37 92 -
CMYK 0 0.82 0.55 0.20
HSL 340.36º 0.69% 0.47% -
HSV(B) 340.36º 0.82% 0.8% -
XYZ 27.77 15.07 11.57 -
YUV 93.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 205 37 92 0 0.82 0.55 0.20 340.36 0.69 0.47
Hex CD 25 5C 0 52 37 14 154 45 2F
Octal 315 45 134 0 122 67 24 524 105 57
Binary 11001101 100101 1011100 0 1010010 110111 10100 101010100 1000101 101111

Color Harmonies of #CD255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD255C

Black with #CD255C

Text Example


Text Example

White with #CD255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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