Html Css Color HEX #CD335C Cerise

📋 copy color: '#CD335C'

red 205 ◦ green 51 ◦ blue 92

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

Shades of Cerise #CD335C

Tints of Cerise #CD335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 58.91%
G = 14.66%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD335C (or 0xCD335C) is known color: Cerise. HEX triplet: CD, 33 and 5C. RGB value is (205,51,92). Sum of RGB (Red+Green+Blue) = 205+51+92=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD335C is #32CCA3. Grayscale: #656565. Windows color (decimal): -3329188 or 6042573. OLE color: 6042573.

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

Color convert

RGB 205 51 92 -
CMYK 0 0.75 0.55 0.20
HSL 344.03º 0.61% 0.5% -
HSV(B) 344.03º 0.75% 0.8% -
XYZ 28.29 16.12 11.75 -
YUV 101.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 205 51 92 0 0.75 0.55 0.20 344.03 0.61 0.5
Hex CD 33 5C 0 4B 37 14 158 3D 32
Octal 315 63 134 0 113 67 24 530 75 62
Binary 11001101 110011 1011100 0 1001011 110111 10100 101011000 111101 110010

Color Harmonies of #CD335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD335C

Black with #CD335C

Text Example


Text Example

White with #CD335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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