Html Css Color HEX #CB355D Cerise

📋 copy color: '#CB355D'

red 203 ◦ green 53 ◦ blue 93

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

Shades of Cerise #CB355D

Tints of Cerise #CB355D

RGB

 RED value IS 203 (79.69% from 255) = 58.17%

 GREEN value IS 53 (21.09% from 255) = 15.19%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 58.17%
G = 15.19%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB355D (or 0xCB355D) is known color: Cerise. HEX triplet: CB, 35 and 5D. RGB value is (203,53,93). Sum of RGB (Red+Green+Blue) = 203+53+93=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB355D is #34CAA2. Grayscale: #666666. Windows color (decimal): -3459747 or 6108619. OLE color: 6108619.

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

Color convert

RGB 203 53 93 -
CMYK 0 0.74 0.54 0.20
HSL 344º 0.59% 0.5% -
HSV(B) 344º 0.74% 0.8% -
XYZ 27.88 16.03 11.98 -
YUV 102.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 203 53 93 0 0.74 0.54 0.20 344 0.59 0.5
Hex CB 35 5D 0 4A 36 14 158 3B 32
Octal 313 65 135 0 112 66 24 530 73 62
Binary 11001011 110101 1011101 0 1001010 110110 10100 101011000 111011 110010

Color Harmonies of #CB355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB355D

Black with #CB355D

Text Example


Text Example

White with #CB355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB355D; }

 p { color: rgb(203,53,93); }

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

background-color css

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

 a { background-color: rgb(203,53,93); }

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

border-color css

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

 span { border-color: rgb(203,53,93); }

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