Html Css Color HEX #CB2864 Cerise

📋 copy color: '#CB2864'

red 203 ◦ green 40 ◦ blue 100

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

Shades of Cerise #CB2864

Tints of Cerise #CB2864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.66%

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

R = 59.18%
G = 11.66%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2864 (or 0xCB2864) is known color: Cerise. HEX triplet: CB, 28 and 64. RGB value is (203,40,100). Sum of RGB (Red+Green+Blue) = 203+40+100=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2864 is #34D79B. Grayscale: #5F5F5F. Windows color (decimal): -3463068 or 6564043. OLE color: 6564043.

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

Color convert

RGB 203 40 100 -
CMYK 0 0.80 0.51 0.20
HSL 337.91º 0.67% 0.48% -
HSV(B) 337.91º 0.8% 0.8% -
XYZ 27.69 15.13 13.52 -
YUV 95.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 203 40 100 0 0.80 0.51 0.20 337.91 0.67 0.48
Hex CB 28 64 0 50 33 14 152 43 30
Octal 313 50 144 0 120 63 24 522 103 60
Binary 11001011 101000 1100100 0 1010000 110011 10100 101010010 1000011 110000

Color Harmonies of #CB2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2864

Black with #CB2864

Text Example


Text Example

White with #CB2864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2864; }

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

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

background-color css

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

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

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

border-color css

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

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

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