Html Css Color HEX #CB3664 Cerise

📋 copy color: '#CB3664'

red 203 ◦ green 54 ◦ blue 100

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

Shades of Cerise #CB3664

Tints of Cerise #CB3664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 56.86%
G = 15.13%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB3664 (or 0xCB3664) is known color: Cerise. HEX triplet: CB, 36 and 64. RGB value is (203,54,100). Sum of RGB (Red+Green+Blue) = 203+54+100=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3664 is #34C99B. Grayscale: #676767. Windows color (decimal): -3459484 or 6567627. OLE color: 6567627.

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

Color convert

RGB 203 54 100 -
CMYK 0 0.73 0.51 0.20
HSL 341.48º 0.59% 0.5% -
HSV(B) 341.48º 0.73% 0.8% -
XYZ 28.25 16.25 13.71 -
YUV 103.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 203 54 100 0 0.73 0.51 0.20 341.48 0.59 0.5
Hex CB 36 64 0 49 33 14 155 3B 32
Octal 313 66 144 0 111 63 24 525 73 62
Binary 11001011 110110 1100100 0 1001001 110011 10100 101010101 111011 110010

Color Harmonies of #CB3664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3664

Black with #CB3664

Text Example


Text Example

White with #CB3664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3664; }

 p { color: rgb(203,54,100); }

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

background-color css

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

 a { background-color: rgb(203,54,100); }

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

border-color css

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

 span { border-color: rgb(203,54,100); }

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