Html Css Color HEX #CB3560 Cerise

📋 copy color: '#CB3560'

red 203 ◦ green 53 ◦ blue 96

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

Shades of Cerise #CB3560

Tints of Cerise #CB3560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 57.67%
G = 15.06%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB3560 (or 0xCB3560) is known color: Cerise. HEX triplet: CB, 35 and 60. RGB value is (203,53,96). Sum of RGB (Red+Green+Blue) = 203+53+96=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3560 is #34CA9F. Grayscale: #666666. Windows color (decimal): -3459744 or 6305227. OLE color: 6305227.

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

Color convert

RGB 203 53 96 -
CMYK 0 0.74 0.53 0.20
HSL 342.8º 0.59% 0.5% -
HSV(B) 342.8º 0.74% 0.8% -
XYZ 28.01 16.09 12.7 -
YUV 102.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 203 53 96 0 0.74 0.53 0.20 342.8 0.59 0.5
Hex CB 35 60 0 4A 35 14 157 3B 32
Octal 313 65 140 0 112 65 24 527 73 62
Binary 11001011 110101 1100000 0 1001010 110101 10100 101010111 111011 110010

Color Harmonies of #CB3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3560

Black with #CB3560

Text Example


Text Example

White with #CB3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3560; }

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

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

background-color css

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

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

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

border-color css

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

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

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