Html Css Color HEX #CB3761 Cerise

📋 copy color: '#CB3761'

red 203 ◦ green 55 ◦ blue 97

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

Shades of Cerise #CB3761

Tints of Cerise #CB3761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 57.18%
G = 15.49%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB3761 (or 0xCB3761) is known color: Cerise. HEX triplet: CB, 37 and 61. RGB value is (203,55,97). Sum of RGB (Red+Green+Blue) = 203+55+97=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3761 is #34C89E. Grayscale: #686868. Windows color (decimal): -3459231 or 6371275. OLE color: 6371275.

HSL color Cylindrical-coordinate representation of color #CB3761: hue angle of 342.97º 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 #CB3761 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 97 -
CMYK 0 0.73 0.52 0.20
HSL 342.97º 0.59% 0.51% -
HSV(B) 342.97º 0.73% 0.8% -
XYZ 28.15 16.29 12.97 -
YUV 104.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 203 55 97 0 0.73 0.52 0.20 342.97 0.59 0.51
Hex CB 37 61 0 49 34 14 157 3B 33
Octal 313 67 141 0 111 64 24 527 73 63
Binary 11001011 110111 1100001 0 1001001 110100 10100 101010111 111011 110011

Color Harmonies of #CB3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3761

Black with #CB3761

Text Example


Text Example

White with #CB3761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3761; }

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

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

background-color css

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

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

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

border-color css

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

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

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