Html Css Color HEX #CBA7C8 Lilac

📋 copy color: '#CBA7C8'

red 203 ◦ green 167 ◦ blue 200

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

Shades of Lilac #CBA7C8

Tints of Lilac #CBA7C8

RGB

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

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

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

R = 35.61%
G = 29.3%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBA7C8 (or 0xCBA7C8) is known color: Lilac. HEX triplet: CB, A7 and C8. RGB value is (203,167,200). Sum of RGB (Red+Green+Blue) = 203+167+200=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7C8 is #345837. Grayscale: #B5B5B5. Windows color (decimal): -3430456 or 13150155. OLE color: 13150155.

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

Color convert

RGB 203 167 200 -
CMYK 0 0.18 0.01 0.20
HSL 305º 0.26% 0.73% -
HSV(B) 305º 0.18% 0.8% -
XYZ 48.87 44.5 60.66 -
YUV 181.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 203 167 200 0 0.18 0.01 0.20 305 0.26 0.73
Hex CB A7 C8 0 12 1 14 131 1A 49
Octal 313 247 310 0 22 1 24 461 32 111
Binary 11001011 10100111 11001000 0 10010 1 10100 100110001 11010 1001001

Color Harmonies of #CBA7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7C8

Black with #CBA7C8

Text Example


Text Example

White with #CBA7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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