Html Css Color HEX #CB8CAB Lily

📋 copy color: '#CB8CAB'

red 203 ◦ green 140 ◦ blue 171

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

Shades of Lily #CB8CAB

Tints of Lily #CB8CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 39.49%
G = 27.24%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB8CAB (or 0xCB8CAB) is known color: Lily. HEX triplet: CB, 8C and AB. RGB value is (203,140,171). Sum of RGB (Red+Green+Blue) = 203+140+171=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8CAB is #347354. Grayscale: #A2A2A2. Windows color (decimal): -3437397 or 11242699. OLE color: 11242699.

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

Color convert

RGB 203 140 171 -
CMYK 0 0.31 0.16 0.20
HSL 330.48º 0.38% 0.67% -
HSV(B) 330.48º 0.31% 0.8% -
XYZ 41.36 34.39 42.99 -
YUV 162.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 203 140 171 0 0.31 0.16 0.20 330.48 0.38 0.67
Hex CB 8C AB 0 1F 10 14 14A 26 43
Octal 313 214 253 0 37 20 24 512 46 103
Binary 11001011 10001100 10101011 0 11111 10000 10100 101001010 100110 1000011

Color Harmonies of #CB8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CAB

Black with #CB8CAB

Text Example


Text Example

White with #CB8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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