Html Css Color HEX #CB87AF Lily

📋 copy color: '#CB87AF'

red 203 ◦ green 135 ◦ blue 175

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

Shades of Lily #CB87AF

Tints of Lily #CB87AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.32%

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 39.57%
G = 26.32%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB87AF (or 0xCB87AF) is known color: Lily. HEX triplet: CB, 87 and AF. RGB value is (203,135,175). Sum of RGB (Red+Green+Blue) = 203+135+175=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87AF is #347850. Grayscale: #9F9F9F. Windows color (decimal): -3438673 or 11503563. OLE color: 11503563.

HSL color Cylindrical-coordinate representation of color #CB87AF: hue angle of 324.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87AF is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 175 -
CMYK 0 0.33 0.14 0.20
HSL 324.71º 0.4% 0.66% -
HSV(B) 324.71º 0.33% 0.8% -
XYZ 41.03 33.12 44.79 -
YUV 159.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 203 135 175 0 0.33 0.14 0.20 324.71 0.4 0.66
Hex CB 87 AF 0 21 E 14 145 28 42
Octal 313 207 257 0 41 16 24 505 50 102
Binary 11001011 10000111 10101111 0 100001 1110 10100 101000101 101000 1000010

Color Harmonies of #CB87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB87AF

Black with #CB87AF

Text Example


Text Example

White with #CB87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB87AF; }

 p { color: rgb(203,135,175); }

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

background-color css

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

 a { background-color: rgb(203,135,175); }

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

border-color css

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

 span { border-color: rgb(203,135,175); }

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