Html Css Color HEX #CB2760 Cerise

📋 copy color: '#CB2760'

red 203 ◦ green 39 ◦ blue 96

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

Shades of Cerise #CB2760

Tints of Cerise #CB2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 60.06%
G = 11.54%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB2760 (or 0xCB2760) is known color: Cerise. HEX triplet: CB, 27 and 60. RGB value is (203,39,96). Sum of RGB (Red+Green+Blue) = 203+39+96=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2760 is #34D89F. Grayscale: #5E5E5E. Windows color (decimal): -3463328 or 6301643. OLE color: 6301643.

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

Color convert

RGB 203 39 96 -
CMYK 0 0.81 0.53 0.20
HSL 339.15º 0.68% 0.47% -
HSV(B) 339.15º 0.81% 0.8% -
XYZ 27.47 14.99 12.51 -
YUV 94.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 203 39 96 0 0.81 0.53 0.20 339.15 0.68 0.47
Hex CB 27 60 0 51 35 14 153 44 2F
Octal 313 47 140 0 121 65 24 523 104 57
Binary 11001011 100111 1100000 0 1010001 110101 10100 101010011 1000100 101111

Color Harmonies of #CB2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2760

Black with #CB2760

Text Example


Text Example

White with #CB2760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2760; }

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

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

background-color css

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

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

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

border-color css

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

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

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