Html Css Color HEX #CB2662 Cerise

📋 copy color: '#CB2662'

red 203 ◦ green 38 ◦ blue 98

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

Shades of Cerise #CB2662

Tints of Cerise #CB2662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 59.88%
G = 11.21%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB2662 (or 0xCB2662) is known color: Cerise. HEX triplet: CB, 26 and 62. RGB value is (203,38,98). Sum of RGB (Red+Green+Blue) = 203+38+98=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2662 is #34D99D. Grayscale: #5E5E5E. Windows color (decimal): -3463582 or 6432459. OLE color: 6432459.

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

Color convert

RGB 203 38 98 -
CMYK 0 0.81 0.52 0.20
HSL 338.18º 0.68% 0.47% -
HSV(B) 338.18º 0.81% 0.8% -
XYZ 27.53 14.96 12.99 -
YUV 94.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 203 38 98 0 0.81 0.52 0.20 338.18 0.68 0.47
Hex CB 26 62 0 51 34 14 152 44 2F
Octal 313 46 142 0 121 64 24 522 104 57
Binary 11001011 100110 1100010 0 1010001 110100 10100 101010010 1000100 101111

Color Harmonies of #CB2662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2662

Black with #CB2662

Text Example


Text Example

White with #CB2662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2662; }

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

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

background-color css

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

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

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

border-color css

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

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

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