Html Css Color HEX #CB2A60 Cerise

📋 copy color: '#CB2A60'

red 203 ◦ green 42 ◦ blue 96

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

Shades of Cerise #CB2A60

Tints of Cerise #CB2A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.32%

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

R = 59.53%
G = 12.32%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB2A60 (or 0xCB2A60) is known color: Cerise. HEX triplet: CB, 2A and 60. RGB value is (203,42,96). Sum of RGB (Red+Green+Blue) = 203+42+96=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2A60 is #34D59F. Grayscale: #606060. Windows color (decimal): -3462560 or 6302411. OLE color: 6302411.

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

Color convert

RGB 203 42 96 -
CMYK 0 0.79 0.53 0.20
HSL 339.88º 0.66% 0.48% -
HSV(B) 339.88º 0.79% 0.8% -
XYZ 27.57 15.2 12.55 -
YUV 96.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 203 42 96 0 0.79 0.53 0.20 339.88 0.66 0.48
Hex CB 2A 60 0 4F 35 14 154 42 30
Octal 313 52 140 0 117 65 24 524 102 60
Binary 11001011 101010 1100000 0 1001111 110101 10100 101010100 1000010 110000

Color Harmonies of #CB2A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A60

Black with #CB2A60

Text Example


Text Example

White with #CB2A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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