Html Css Color HEX #CB316C Cerise

📋 copy color: '#CB316C'

red 203 ◦ green 49 ◦ blue 108

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

Shades of Cerise #CB316C

Tints of Cerise #CB316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

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

R = 56.39%
G = 13.61%
B = 30%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB316C (or 0xCB316C) is known color: Cerise. HEX triplet: CB, 31 and 6C. RGB value is (203,49,108). Sum of RGB (Red+Green+Blue) = 203+49+108=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB316C is #34CE93. Grayscale: #656565. Windows color (decimal): -3460756 or 7090635. OLE color: 7090635.

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

Color convert

RGB 203 49 108 -
CMYK 0 0.76 0.47 0.20
HSL 337.01º 0.61% 0.49% -
HSV(B) 337.01º 0.76% 0.8% -
XYZ 28.43 15.98 15.77 -
YUV 101.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 203 49 108 0 0.76 0.47 0.20 337.01 0.61 0.49
Hex CB 31 6C 0 4C 2F 14 151 3D 31
Octal 313 61 154 0 114 57 24 521 75 61
Binary 11001011 110001 1101100 0 1001100 101111 10100 101010001 111101 110001

Color Harmonies of #CB316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB316C

Black with #CB316C

Text Example


Text Example

White with #CB316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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