Html Css Color HEX #CBA6CB Lilac

📋 copy color: '#CBA6CB'

red 203 ◦ green 166 ◦ blue 203

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

Shades of Lilac #CBA6CB

Tints of Lilac #CBA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.02%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 35.49%
G = 29.02%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBA6CB (or 0xCBA6CB) is known color: Lilac. HEX triplet: CB, A6 and CB. RGB value is (203,166,203). Sum of RGB (Red+Green+Blue) = 203+166+203=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CB is #345934. Grayscale: #B5B5B5. Windows color (decimal): -3430709 or 13346507. OLE color: 13346507.

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

Color convert

RGB 203 166 203 -
CMYK 0 0.18 0 0.20
HSL 300º 0.26% 0.72% -
HSV(B) 300º 0.18% 0.8% -
XYZ 49.04 44.28 62.46 -
YUV 181.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 203 166 203 0 0.18 0 0.20 300 0.26 0.72
Hex CB A6 CB 0 12 0 14 12C 1A 48
Octal 313 246 313 0 22 0 24 454 32 110
Binary 11001011 10100110 11001011 0 10010 0 10100 100101100 11010 1001000

Color Harmonies of #CBA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6CB

Black with #CBA6CB

Text Example


Text Example

White with #CBA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6CB; }

 p { color: rgb(203,166,203); }

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

background-color css

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

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

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

border-color css

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

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

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