Html Css Color HEX #CBA3C9 Lilac

📋 copy color: '#CBA3C9'

red 203 ◦ green 163 ◦ blue 201

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

Shades of Lilac #CBA3C9

Tints of Lilac #CBA3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.75%

 BLUE value IS 201 (78.91% from 255) = 35.45%

R = 35.8%
G = 28.75%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBA3C9 (or 0xCBA3C9) is known color: Lilac. HEX triplet: CB, A3 and C9. RGB value is (203,163,201). Sum of RGB (Red+Green+Blue) = 203+163+201=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3C9 is #345C36. Grayscale: #B3B3B3. Windows color (decimal): -3431479 or 13214667. OLE color: 13214667.

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

Color convert

RGB 203 163 201 -
CMYK 0 0.20 0.01 0.20
HSL 303º 0.28% 0.72% -
HSV(B) 303º 0.2% 0.8% -
XYZ 48.27 43.11 61.03 -
YUV 179.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 203 163 201 0 0.20 0.01 0.20 303 0.28 0.72
Hex CB A3 C9 0 14 1 14 12F 1C 48
Octal 313 243 311 0 24 1 24 457 34 110
Binary 11001011 10100011 11001001 0 10100 1 10100 100101111 11100 1001000

Color Harmonies of #CBA3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3C9

Black with #CBA3C9

Text Example


Text Example

White with #CBA3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3C9; }

 p { color: rgb(203,163,201); }

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

background-color css

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

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

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

border-color css

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

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

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