Html Css Color HEX #CBA4C8 Lilac

📋 copy color: '#CBA4C8'

red 203 ◦ green 164 ◦ blue 200

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

Shades of Lilac #CBA4C8

Tints of Lilac #CBA4C8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.92%

 BLUE value IS 200 (78.52% from 255) = 35.27%

R = 35.8%
G = 28.92%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBA4C8 (or 0xCBA4C8) is known color: Lilac. HEX triplet: CB, A4 and C8. RGB value is (203,164,200). Sum of RGB (Red+Green+Blue) = 203+164+200=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4C8 is #345B37. Grayscale: #B3B3B3. Windows color (decimal): -3431224 or 13149387. OLE color: 13149387.

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

Color convert

RGB 203 164 200 -
CMYK 0 0.19 0.01 0.20
HSL 304.62º 0.27% 0.72% -
HSV(B) 304.62º 0.19% 0.8% -
XYZ 48.33 43.42 60.48 -
YUV 179.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 203 164 200 0 0.19 0.01 0.20 304.62 0.27 0.72
Hex CB A4 C8 0 13 1 14 131 1B 48
Octal 313 244 310 0 23 1 24 461 33 110
Binary 11001011 10100100 11001000 0 10011 1 10100 100110001 11011 1001000

Color Harmonies of #CBA4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4C8

Black with #CBA4C8

Text Example


Text Example

White with #CBA4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4C8; }

 p { color: rgb(203,164,200); }

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

background-color css

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

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

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

border-color css

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

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

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