Html Css Color HEX #CB246C Cerise

📋 copy color: '#CB246C'

red 203 ◦ green 36 ◦ blue 108

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

Shades of Cerise #CB246C

Tints of Cerise #CB246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

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

R = 58.5%
G = 10.37%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB246C (or 0xCB246C) is known color: Cerise. HEX triplet: CB, 24 and 6C. RGB value is (203,36,108). Sum of RGB (Red+Green+Blue) = 203+36+108=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB246C is #34DB93. Grayscale: #5E5E5E. Windows color (decimal): -3464084 or 7087307. OLE color: 7087307.

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

Color convert

RGB 203 36 108 -
CMYK 0 0.82 0.47 0.20
HSL 334.13º 0.7% 0.47% -
HSV(B) 334.13º 0.82% 0.8% -
XYZ 27.97 15.04 15.62 -
YUV 94.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 203 36 108 0 0.82 0.47 0.20 334.13 0.7 0.47
Hex CB 24 6C 0 52 2F 14 14E 46 2F
Octal 313 44 154 0 122 57 24 516 106 57
Binary 11001011 100100 1101100 0 1010010 101111 10100 101001110 1000110 101111

Color Harmonies of #CB246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB246C

Black with #CB246C

Text Example


Text Example

White with #CB246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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