Html Css Color HEX #CB9BC6 Lilac

📋 copy color: '#CB9BC6'

red 203 ◦ green 155 ◦ blue 198

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

Shades of Lilac #CB9BC6

Tints of Lilac #CB9BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 36.51%
G = 27.88%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB9BC6 (or 0xCB9BC6) is known color: Lilac. HEX triplet: CB, 9B and C6. RGB value is (203,155,198). Sum of RGB (Red+Green+Blue) = 203+155+198=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BC6 is #346439. Grayscale: #AEAEAE. Windows color (decimal): -3433530 or 13016011. OLE color: 13016011.

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

Color convert

RGB 203 155 198 -
CMYK 0 0.24 0.02 0.20
HSL 306.25º 0.32% 0.7% -
HSV(B) 306.25º 0.24% 0.8% -
XYZ 46.54 40.22 58.74 -
YUV 174.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 203 155 198 0 0.24 0.02 0.20 306.25 0.32 0.7
Hex CB 9B C6 0 18 2 14 132 20 46
Octal 313 233 306 0 30 2 24 462 40 106
Binary 11001011 10011011 11000110 0 11000 10 10100 100110010 100000 1000110

Color Harmonies of #CB9BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BC6

Black with #CB9BC6

Text Example


Text Example

White with #CB9BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BC6; }

 p { color: rgb(203,155,198); }

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

background-color css

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

 a { background-color: rgb(203,155,198); }

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

border-color css

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

 span { border-color: rgb(203,155,198); }

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