Html Css Color HEX #CB296E Cerise

📋 copy color: '#CB296E'

red 203 ◦ green 41 ◦ blue 110

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

Shades of Cerise #CB296E

Tints of Cerise #CB296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 57.34%
G = 11.58%
B = 31.07%

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

#CB296E (or 0xCB296E) is known color: Cerise. HEX triplet: CB, 29 and 6E. RGB value is (203,41,110). Sum of RGB (Red+Green+Blue) = 203+41+110=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB296E is #34D691. Grayscale: #616161. Windows color (decimal): -3462802 or 7219659. OLE color: 7219659.

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

Color convert

RGB 203 41 110 -
CMYK 0 0.80 0.46 0.20
HSL 334.44º 0.66% 0.48% -
HSV(B) 334.44º 0.8% 0.8% -
XYZ 28.24 15.41 16.24 -
YUV 97.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 203 41 110 0 0.80 0.46 0.20 334.44 0.66 0.48
Hex CB 29 6E 0 50 2E 14 14E 42 30
Octal 313 51 156 0 120 56 24 516 102 60
Binary 11001011 101001 1101110 0 1010000 101110 10100 101001110 1000010 110000

Color Harmonies of #CB296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB296E

Black with #CB296E

Text Example


Text Example

White with #CB296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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