Html Css Color HEX #CB296C Cerise

📋 copy color: '#CB296C'

red 203 ◦ green 41 ◦ blue 108

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

Shades of Cerise #CB296C

Tints of Cerise #CB296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 57.67%
G = 11.65%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB296C (or 0xCB296C) is known color: Cerise. HEX triplet: CB, 29 and 6C. RGB value is (203,41,108). Sum of RGB (Red+Green+Blue) = 203+41+108=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB296C is #34D693. Grayscale: #606060. Windows color (decimal): -3462804 or 7088587. OLE color: 7088587.

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

Color convert

RGB 203 41 108 -
CMYK 0 0.80 0.47 0.20
HSL 335.19º 0.66% 0.48% -
HSV(B) 335.19º 0.8% 0.8% -
XYZ 28.13 15.37 15.67 -
YUV 97.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 203 41 108 0 0.80 0.47 0.20 335.19 0.66 0.48
Hex CB 29 6C 0 50 2F 14 14F 42 30
Octal 313 51 154 0 120 57 24 517 102 60
Binary 11001011 101001 1101100 0 1010000 101111 10100 101001111 1000010 110000

Color Harmonies of #CB296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB296C

Black with #CB296C

Text Example


Text Example

White with #CB296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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