Html Css Color HEX #CB3060 Cerise

📋 copy color: '#CB3060'

red 203 ◦ green 48 ◦ blue 96

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

Shades of Cerise #CB3060

Tints of Cerise #CB3060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 58.5%
G = 13.83%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB3060 (or 0xCB3060) is known color: Cerise. HEX triplet: CB, 30 and 60. RGB value is (203,48,96). Sum of RGB (Red+Green+Blue) = 203+48+96=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3060 is #34CF9F. Grayscale: #636363. Windows color (decimal): -3461024 or 6303947. OLE color: 6303947.

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

Color convert

RGB 203 48 96 -
CMYK 0 0.76 0.53 0.20
HSL 341.42º 0.62% 0.49% -
HSV(B) 341.42º 0.76% 0.8% -
XYZ 27.8 15.65 12.62 -
YUV 99.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 203 48 96 0 0.76 0.53 0.20 341.42 0.62 0.49
Hex CB 30 60 0 4C 35 14 155 3E 31
Octal 313 60 140 0 114 65 24 525 76 61
Binary 11001011 110000 1100000 0 1001100 110101 10100 101010101 111110 110001

Color Harmonies of #CB3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3060

Black with #CB3060

Text Example


Text Example

White with #CB3060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3060; }

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

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

background-color css

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

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

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

border-color css

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

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

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