Html Css Color HEX #CB8CAC Lily

📋 copy color: '#CB8CAC'

red 203 ◦ green 140 ◦ blue 172

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

Shades of Lily #CB8CAC

Tints of Lily #CB8CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.18%

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

R = 39.42%
G = 27.18%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB8CAC (or 0xCB8CAC) is known color: Lily. HEX triplet: CB, 8C and AC. RGB value is (203,140,172). Sum of RGB (Red+Green+Blue) = 203+140+172=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8CAC is #347353. Grayscale: #A2A2A2. Windows color (decimal): -3437396 or 11308235. OLE color: 11308235.

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

Color convert

RGB 203 140 172 -
CMYK 0 0.31 0.15 0.20
HSL 329.52º 0.38% 0.67% -
HSV(B) 329.52º 0.31% 0.8% -
XYZ 41.45 34.43 43.49 -
YUV 162.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 203 140 172 0 0.31 0.15 0.20 329.52 0.38 0.67
Hex CB 8C AC 0 1F F 14 14A 26 43
Octal 313 214 254 0 37 17 24 512 46 103
Binary 11001011 10001100 10101100 0 11111 1111 10100 101001010 100110 1000011

Color Harmonies of #CB8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CAC

Black with #CB8CAC

Text Example


Text Example

White with #CB8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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