Html Css Color HEX #CBA0C6 Lilac

📋 copy color: '#CBA0C6'

red 203 ◦ green 160 ◦ blue 198

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

Shades of Lilac #CBA0C6

Tints of Lilac #CBA0C6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.52%

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

R = 36.19%
G = 28.52%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CBA0C6 (or 0xCBA0C6) is known color: Lilac. HEX triplet: CB, A0 and C6. RGB value is (203,160,198). Sum of RGB (Red+Green+Blue) = 203+160+198=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0C6 is #345F39. Grayscale: #B1B1B1. Windows color (decimal): -3432250 or 13017291. OLE color: 13017291.

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

Color convert

RGB 203 160 198 -
CMYK 0 0.21 0.02 0.20
HSL 306.98º 0.29% 0.71% -
HSV(B) 306.98º 0.21% 0.8% -
XYZ 47.39 41.92 59.02 -
YUV 177.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 203 160 198 0 0.21 0.02 0.20 306.98 0.29 0.71
Hex CB A0 C6 0 15 2 14 133 1D 47
Octal 313 240 306 0 25 2 24 463 35 107
Binary 11001011 10100000 11000110 0 10101 10 10100 100110011 11101 1000111

Color Harmonies of #CBA0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0C6

Black with #CBA0C6

Text Example


Text Example

White with #CBA0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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