Html Css Color HEX #CBA7CA Lilac

📋 copy color: '#CBA7CA'

red 203 ◦ green 167 ◦ blue 202

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

Shades of Lilac #CBA7CA

Tints of Lilac #CBA7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.2%

 BLUE value IS 202 (79.3% from 255) = 35.31%

R = 35.49%
G = 29.2%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBA7CA (or 0xCBA7CA) is known color: Lilac. HEX triplet: CB, A7 and CA. RGB value is (203,167,202). Sum of RGB (Red+Green+Blue) = 203+167+202=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7CA is #345835. Grayscale: #B5B5B5. Windows color (decimal): -3430454 or 13281227. OLE color: 13281227.

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

Color convert

RGB 203 167 202 -
CMYK 0 0.18 0.00 0.20
HSL 301.67º 0.26% 0.73% -
HSV(B) 301.67º 0.18% 0.8% -
XYZ 49.11 44.6 61.9 -
YUV 181.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 203 167 202 0 0.18 0.00 0.20 301.67 0.26 0.73
Hex CB A7 CA 0 12 0 14 12E 1A 49
Octal 313 247 312 0 22 0 24 456 32 111
Binary 11001011 10100111 11001010 0 10010 0 10100 100101110 11010 1001001

Color Harmonies of #CBA7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7CA

Black with #CBA7CA

Text Example


Text Example

White with #CBA7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7CA; }

 p { color: rgb(203,167,202); }

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

background-color css

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

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

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

border-color css

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

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

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