Html Css Color HEX #CB9CB6 Lily

📋 copy color: '#CB9CB6'

red 203 ◦ green 156 ◦ blue 182

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

Shades of Lily #CB9CB6

Tints of Lily #CB9CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 37.52%
G = 28.84%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB9CB6 (or 0xCB9CB6) is known color: Lily. HEX triplet: CB, 9C and B6. RGB value is (203,156,182). Sum of RGB (Red+Green+Blue) = 203+156+182=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CB6 is #346349. Grayscale: #ACACAC. Windows color (decimal): -3433290 or 11967691. OLE color: 11967691.

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

Color convert

RGB 203 156 182 -
CMYK 0 0.23 0.10 0.20
HSL 326.81º 0.31% 0.7% -
HSV(B) 326.81º 0.23% 0.8% -
XYZ 44.96 39.85 49.58 -
YUV 173.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 203 156 182 0 0.23 0.10 0.20 326.81 0.31 0.7
Hex CB 9C B6 0 17 A 14 147 1F 46
Octal 313 234 266 0 27 12 24 507 37 106
Binary 11001011 10011100 10110110 0 10111 1010 10100 101000111 11111 1000110

Color Harmonies of #CB9CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CB6

Black with #CB9CB6

Text Example


Text Example

White with #CB9CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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