Html Css Color HEX #CBA5C9 Lilac

📋 copy color: '#CBA5C9'

red 203 ◦ green 165 ◦ blue 201

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

Shades of Lilac #CBA5C9

Tints of Lilac #CBA5C9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29%

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

R = 35.68%
G = 29%
B = 35.33%

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

#CBA5C9 (or 0xCBA5C9) is known color: Lilac. HEX triplet: CB, A5 and C9. RGB value is (203,165,201). Sum of RGB (Red+Green+Blue) = 203+165+201=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5C9 is #345A36. Grayscale: #B4B4B4. Windows color (decimal): -3430967 or 13215179. OLE color: 13215179.

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

Color convert

RGB 203 165 201 -
CMYK 0 0.19 0.01 0.20
HSL 303.16º 0.27% 0.72% -
HSV(B) 303.16º 0.19% 0.8% -
XYZ 48.63 43.82 61.15 -
YUV 180.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 203 165 201 0 0.19 0.01 0.20 303.16 0.27 0.72
Hex CB A5 C9 0 13 1 14 12F 1B 48
Octal 313 245 311 0 23 1 24 457 33 110
Binary 11001011 10100101 11001001 0 10011 1 10100 100101111 11011 1001000

Color Harmonies of #CBA5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5C9

Black with #CBA5C9

Text Example


Text Example

White with #CBA5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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