Html Css Color HEX #CB96AC Lily

📋 copy color: '#CB96AC'

red 203 ◦ green 150 ◦ blue 172

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

Shades of Lily #CB96AC

Tints of Lily #CB96AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.57%

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 38.67%
G = 28.57%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB96AC (or 0xCB96AC) is known color: Lily. HEX triplet: CB, 96 and AC. RGB value is (203,150,172). Sum of RGB (Red+Green+Blue) = 203+150+172=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96AC is #346953. Grayscale: #A8A8A8. Windows color (decimal): -3434836 or 11310795. OLE color: 11310795.

HSL color Cylindrical-coordinate representation of color #CB96AC: hue angle of 335.09º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96AC is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 172 -
CMYK 0 0.26 0.15 0.20
HSL 335.09º 0.34% 0.69% -
HSV(B) 335.09º 0.26% 0.8% -
XYZ 42.98 37.49 44 -
YUV 168.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 203 150 172 0 0.26 0.15 0.20 335.09 0.34 0.69
Hex CB 96 AC 0 1A F 14 14F 22 45
Octal 313 226 254 0 32 17 24 517 42 105
Binary 11001011 10010110 10101100 0 11010 1111 10100 101001111 100010 1000101

Color Harmonies of #CB96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96AC

Black with #CB96AC

Text Example


Text Example

White with #CB96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96AC; }

 p { color: rgb(203,150,172); }

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

background-color css

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

 a { background-color: rgb(203,150,172); }

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

border-color css

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

 span { border-color: rgb(203,150,172); }

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