Html Css Color HEX #CB9CBB Lily

📋 copy color: '#CB9CBB'

red 203 ◦ green 156 ◦ blue 187

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

Shades of Lily #CB9CBB

Tints of Lily #CB9CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.57%

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 37.18%
G = 28.57%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB9CBB (or 0xCB9CBB) is known color: Lily. HEX triplet: CB, 9C and BB. RGB value is (203,156,187). Sum of RGB (Red+Green+Blue) = 203+156+187=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CBB is #346344. Grayscale: #ADADAD. Windows color (decimal): -3433285 or 12295371. OLE color: 12295371.

HSL color Cylindrical-coordinate representation of color #CB9CBB: hue angle of 320.43º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9CBB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 156 187 -
CMYK 0 0.23 0.08 0.20
HSL 320.43º 0.31% 0.7% -
HSV(B) 320.43º 0.23% 0.8% -
XYZ 45.49 40.06 52.35 -
YUV 173.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 203 156 187 0 0.23 0.08 0.20 320.43 0.31 0.7
Hex CB 9C BB 0 17 8 14 140 1F 46
Octal 313 234 273 0 27 10 24 500 37 106
Binary 11001011 10011100 10111011 0 10111 1000 10100 101000000 11111 1000110

Color Harmonies of #CB9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CBB

Black with #CB9CBB

Text Example


Text Example

White with #CB9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CBB; }

 p { color: rgb(203,156,187); }

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

background-color css

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

 a { background-color: rgb(203,156,187); }

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

border-color css

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

 span { border-color: rgb(203,156,187); }

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