Html Css Color HEX #CB395D Cerise

📋 copy color: '#CB395D'

red 203 ◦ green 57 ◦ blue 93

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

Shades of Cerise #CB395D

Tints of Cerise #CB395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

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

R = 57.51%
G = 16.15%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB395D (or 0xCB395D) is known color: Cerise. HEX triplet: CB, 39 and 5D. RGB value is (203,57,93). Sum of RGB (Red+Green+Blue) = 203+57+93=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB395D is #34C6A2. Grayscale: #686868. Windows color (decimal): -3458723 or 6109643. OLE color: 6109643.

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

Color convert

RGB 203 57 93 -
CMYK 0 0.72 0.54 0.20
HSL 345.21º 0.58% 0.51% -
HSV(B) 345.21º 0.72% 0.8% -
XYZ 28.07 16.41 12.04 -
YUV 104.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 203 57 93 0 0.72 0.54 0.20 345.21 0.58 0.51
Hex CB 39 5D 0 48 36 14 159 3A 33
Octal 313 71 135 0 110 66 24 531 72 63
Binary 11001011 111001 1011101 0 1001000 110110 10100 101011001 111010 110011

Color Harmonies of #CB395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB395D

Black with #CB395D

Text Example


Text Example

White with #CB395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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