Html Css Color HEX #CB296D Cerise

📋 copy color: '#CB296D'

red 203 ◦ green 41 ◦ blue 109

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

Shades of Cerise #CB296D

Tints of Cerise #CB296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 57.51%
G = 11.61%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB296D (or 0xCB296D) is known color: Cerise. HEX triplet: CB, 29 and 6D. RGB value is (203,41,109). Sum of RGB (Red+Green+Blue) = 203+41+109=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB296D is #34D692. Grayscale: #616161. Windows color (decimal): -3462803 or 7154123. OLE color: 7154123.

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

Color convert

RGB 203 41 109 -
CMYK 0 0.80 0.46 0.20
HSL 334.81º 0.66% 0.48% -
HSV(B) 334.81º 0.8% 0.8% -
XYZ 28.18 15.39 15.95 -
YUV 97.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 203 41 109 0 0.80 0.46 0.20 334.81 0.66 0.48
Hex CB 29 6D 0 50 2E 14 14F 42 30
Octal 313 51 155 0 120 56 24 517 102 60
Binary 11001011 101001 1101101 0 1010000 101110 10100 101001111 1000010 110000

Color Harmonies of #CB296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB296D

Black with #CB296D

Text Example


Text Example

White with #CB296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB296D; }

 p { color: rgb(203,41,109); }

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

background-color css

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

 a { background-color: rgb(203,41,109); }

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

border-color css

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

 span { border-color: rgb(203,41,109); }

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