Html Css Color HEX #CB2663 Cerise

📋 copy color: '#CB2663'

red 203 ◦ green 38 ◦ blue 99

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

Shades of Cerise #CB2663

Tints of Cerise #CB2663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

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

R = 59.71%
G = 11.18%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2663 (or 0xCB2663) is known color: Cerise. HEX triplet: CB, 26 and 63. RGB value is (203,38,99). Sum of RGB (Red+Green+Blue) = 203+38+99=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2663 is #34D99C. Grayscale: #5E5E5E. Windows color (decimal): -3463581 or 6497995. OLE color: 6497995.

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

Color convert

RGB 203 38 99 -
CMYK 0 0.81 0.51 0.20
HSL 337.82º 0.68% 0.47% -
HSV(B) 337.82º 0.81% 0.8% -
XYZ 27.57 14.98 13.24 -
YUV 94.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 203 38 99 0 0.81 0.51 0.20 337.82 0.68 0.47
Hex CB 26 63 0 51 33 14 152 44 2F
Octal 313 46 143 0 121 63 24 522 104 57
Binary 11001011 100110 1100011 0 1010001 110011 10100 101010010 1000100 101111

Color Harmonies of #CB2663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2663

Black with #CB2663

Text Example


Text Example

White with #CB2663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2663; }

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

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

background-color css

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

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

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

border-color css

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

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

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