Html Css Color HEX #CB8AB2 Lily

📋 copy color: '#CB8AB2'

red 203 ◦ green 138 ◦ blue 178

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

Shades of Lily #CB8AB2

Tints of Lily #CB8AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 39.11%
G = 26.59%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB8AB2 (or 0xCB8AB2) is known color: Lily. HEX triplet: CB, 8A and B2. RGB value is (203,138,178). Sum of RGB (Red+Green+Blue) = 203+138+178=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8AB2 is #34754D. Grayscale: #A1A1A1. Windows color (decimal): -3437902 or 11700939. OLE color: 11700939.

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

Color convert

RGB 203 138 178 -
CMYK 0 0.32 0.12 0.20
HSL 323.08º 0.38% 0.67% -
HSV(B) 323.08º 0.32% 0.8% -
XYZ 41.75 34.09 46.5 -
YUV 162 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 203 138 178 0 0.32 0.12 0.20 323.08 0.38 0.67
Hex CB 8A B2 0 20 C 14 143 26 43
Octal 313 212 262 0 40 14 24 503 46 103
Binary 11001011 10001010 10110010 0 100000 1100 10100 101000011 100110 1000011

Color Harmonies of #CB8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8AB2

Black with #CB8AB2

Text Example


Text Example

White with #CB8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8AB2; }

 p { color: rgb(203,138,178); }

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

background-color css

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

 a { background-color: rgb(203,138,178); }

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

border-color css

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

 span { border-color: rgb(203,138,178); }

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