Html Css Color HEX #CB3760 Cerise

📋 copy color: '#CB3760'

red 203 ◦ green 55 ◦ blue 96

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

Shades of Cerise #CB3760

Tints of Cerise #CB3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

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

R = 57.34%
G = 15.54%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB3760 (or 0xCB3760) is known color: Cerise. HEX triplet: CB, 37 and 60. RGB value is (203,55,96). Sum of RGB (Red+Green+Blue) = 203+55+96=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3760 is #34C89F. Grayscale: #676767. Windows color (decimal): -3459232 or 6305739. OLE color: 6305739.

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

Color convert

RGB 203 55 96 -
CMYK 0 0.73 0.53 0.20
HSL 343.38º 0.59% 0.51% -
HSV(B) 343.38º 0.73% 0.8% -
XYZ 28.11 16.27 12.73 -
YUV 103.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 203 55 96 0 0.73 0.53 0.20 343.38 0.59 0.51
Hex CB 37 60 0 49 35 14 157 3B 33
Octal 313 67 140 0 111 65 24 527 73 63
Binary 11001011 110111 1100000 0 1001001 110101 10100 101010111 111011 110011

Color Harmonies of #CB3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3760

Black with #CB3760

Text Example


Text Example

White with #CB3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3760; }

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

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

background-color css

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

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

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

border-color css

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

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

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