Html Css Color HEX #CBB0C8 Lilac

📋 copy color: '#CBB0C8'

red 203 ◦ green 176 ◦ blue 200

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

Shades of Lilac #CBB0C8

Tints of Lilac #CBB0C8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.4%

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

R = 35.06%
G = 30.4%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBB0C8 (or 0xCBB0C8) is known color: Lilac. HEX triplet: CB, B0 and C8. RGB value is (203,176,200). Sum of RGB (Red+Green+Blue) = 203+176+200=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0C8 is #344F37. Grayscale: #BABABA. Windows color (decimal): -3428152 or 13152459. OLE color: 13152459.

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

Color convert

RGB 203 176 200 -
CMYK 0 0.13 0.01 0.20
HSL 306.67º 0.21% 0.74% -
HSV(B) 306.67º 0.13% 0.8% -
XYZ 50.58 47.92 61.23 -
YUV 186.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 203 176 200 0 0.13 0.01 0.20 306.67 0.21 0.74
Hex CB B0 C8 0 D 1 14 133 15 4A
Octal 313 260 310 0 15 1 24 463 25 112
Binary 11001011 10110000 11001000 0 1101 1 10100 100110011 10101 1001010

Color Harmonies of #CBB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0C8

Black with #CBB0C8

Text Example


Text Example

White with #CBB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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