Html Css Color HEX #CB3A60 Cerise

📋 copy color: '#CB3A60'

red 203 ◦ green 58 ◦ blue 96

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

Shades of Cerise #CB3A60

Tints of Cerise #CB3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

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

R = 56.86%
G = 16.25%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB3A60 (or 0xCB3A60) is known color: Cerise. HEX triplet: CB, 3A and 60. RGB value is (203,58,96). Sum of RGB (Red+Green+Blue) = 203+58+96=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A60 is #34C59F. Grayscale: #696969. Windows color (decimal): -3458464 or 6306507. OLE color: 6306507.

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

Color convert

RGB 203 58 96 -
CMYK 0 0.71 0.53 0.20
HSL 344.28º 0.58% 0.51% -
HSV(B) 344.28º 0.71% 0.8% -
XYZ 28.25 16.57 12.78 -
YUV 105.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 203 58 96 0 0.71 0.53 0.20 344.28 0.58 0.51
Hex CB 3A 60 0 47 35 14 158 3A 33
Octal 313 72 140 0 107 65 24 530 72 63
Binary 11001011 111010 1100000 0 1000111 110101 10100 101011000 111010 110011

Color Harmonies of #CB3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A60

Black with #CB3A60

Text Example


Text Example

White with #CB3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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