Html Css Color HEX #CB8ABA Lily

📋 copy color: '#CB8ABA'

red 203 ◦ green 138 ◦ blue 186

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

Shades of Lily #CB8ABA

Tints of Lily #CB8ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 38.52%
G = 26.19%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB8ABA (or 0xCB8ABA) is known color: Lily. HEX triplet: CB, 8A and BA. RGB value is (203,138,186). Sum of RGB (Red+Green+Blue) = 203+138+186=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABA is #347545. Grayscale: #A2A2A2. Windows color (decimal): -3437894 or 12225227. OLE color: 12225227.

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

Color convert

RGB 203 138 186 -
CMYK 0 0.32 0.08 0.20
HSL 315.69º 0.38% 0.67% -
HSV(B) 315.69º 0.32% 0.8% -
XYZ 42.58 34.42 50.85 -
YUV 162.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 203 138 186 0 0.32 0.08 0.20 315.69 0.38 0.67
Hex CB 8A BA 0 20 8 14 13C 26 43
Octal 313 212 272 0 40 10 24 474 46 103
Binary 11001011 10001010 10111010 0 100000 1000 10100 100111100 100110 1000011

Color Harmonies of #CB8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8ABA

Black with #CB8ABA

Text Example


Text Example

White with #CB8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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