Html Css Color HEX #CBA5CA Lilac

📋 copy color: '#CBA5CA'

red 203 ◦ green 165 ◦ blue 202

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

Shades of Lilac #CBA5CA

Tints of Lilac #CBA5CA

RGB

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

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

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

R = 35.61%
G = 28.95%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBA5CA (or 0xCBA5CA) is known color: Lilac. HEX triplet: CB, A5 and CA. RGB value is (203,165,202). Sum of RGB (Red+Green+Blue) = 203+165+202=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5CA is #345A35. Grayscale: #B4B4B4. Windows color (decimal): -3430966 or 13280715. OLE color: 13280715.

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

Color convert

RGB 203 165 202 -
CMYK 0 0.19 0.00 0.20
HSL 301.58º 0.27% 0.72% -
HSV(B) 301.58º 0.19% 0.8% -
XYZ 48.74 43.87 61.78 -
YUV 180.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 203 165 202 0 0.19 0.00 0.20 301.58 0.27 0.72
Hex CB A5 CA 0 13 0 14 12E 1B 48
Octal 313 245 312 0 23 0 24 456 33 110
Binary 11001011 10100101 11001010 0 10011 0 10100 100101110 11011 1001000

Color Harmonies of #CBA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5CA

Black with #CBA5CA

Text Example


Text Example

White with #CBA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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