Html Css Color HEX #CB2863 Cerise

📋 copy color: '#CB2863'

red 203 ◦ green 40 ◦ blue 99

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

Shades of Cerise #CB2863

Tints of Cerise #CB2863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.95%

R = 59.36%
G = 11.7%
B = 28.95%

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

#CB2863 (or 0xCB2863) is known color: Cerise. HEX triplet: CB, 28 and 63. RGB value is (203,40,99). Sum of RGB (Red+Green+Blue) = 203+40+99=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2863 is #34D79C. Grayscale: #5F5F5F. Windows color (decimal): -3463069 or 6498507. OLE color: 6498507.

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

Color convert

RGB 203 40 99 -
CMYK 0 0.80 0.51 0.20
HSL 338.28º 0.67% 0.48% -
HSV(B) 338.28º 0.8% 0.8% -
XYZ 27.64 15.11 13.27 -
YUV 95.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 203 40 99 0 0.80 0.51 0.20 338.28 0.67 0.48
Hex CB 28 63 0 50 33 14 152 43 30
Octal 313 50 143 0 120 63 24 522 103 60
Binary 11001011 101000 1100011 0 1010000 110011 10100 101010010 1000011 110000

Color Harmonies of #CB2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2863

Black with #CB2863

Text Example


Text Example

White with #CB2863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2863; }

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

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

background-color css

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

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

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

border-color css

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

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

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