Html Css Color HEX #CBA0C8 Lilac

📋 copy color: '#CBA0C8'

red 203 ◦ green 160 ◦ blue 200

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

Shades of Lilac #CBA0C8

Tints of Lilac #CBA0C8

RGB

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

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

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

R = 36.06%
G = 28.42%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBA0C8 (or 0xCBA0C8) is known color: Lilac. HEX triplet: CB, A0 and C8. RGB value is (203,160,200). Sum of RGB (Red+Green+Blue) = 203+160+200=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0C8 is #345F37. Grayscale: #B1B1B1. Windows color (decimal): -3432248 or 13148363. OLE color: 13148363.

HSL color Cylindrical-coordinate representation of color #CBA0C8: hue angle of 304.19º 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 #CBA0C8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 200 -
CMYK 0 0.21 0.01 0.20
HSL 304.19º 0.29% 0.71% -
HSV(B) 304.19º 0.21% 0.8% -
XYZ 47.62 42.01 60.24 -
YUV 177.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 203 160 200 0 0.21 0.01 0.20 304.19 0.29 0.71
Hex CB A0 C8 0 15 1 14 130 1D 47
Octal 313 240 310 0 25 1 24 460 35 107
Binary 11001011 10100000 11001000 0 10101 1 10100 100110000 11101 1000111

Color Harmonies of #CBA0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0C8

Black with #CBA0C8

Text Example


Text Example

White with #CBA0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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