Html Css Color HEX #CB85AF Lily

📋 copy color: '#CB85AF'

red 203 ◦ green 133 ◦ blue 175

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

Shades of Lily #CB85AF

Tints of Lily #CB85AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.03%

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

R = 39.73%
G = 26.03%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB85AF (or 0xCB85AF) is known color: Lily. HEX triplet: CB, 85 and AF. RGB value is (203,133,175). Sum of RGB (Red+Green+Blue) = 203+133+175=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85AF is #347A50. Grayscale: #9E9E9E. Windows color (decimal): -3439185 or 11503051. OLE color: 11503051.

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

Color convert

RGB 203 133 175 -
CMYK 0 0.34 0.14 0.20
HSL 324º 0.4% 0.66% -
HSV(B) 324º 0.34% 0.8% -
XYZ 40.75 32.57 44.7 -
YUV 158.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 203 133 175 0 0.34 0.14 0.20 324 0.4 0.66
Hex CB 85 AF 0 22 E 14 144 28 42
Octal 313 205 257 0 42 16 24 504 50 102
Binary 11001011 10000101 10101111 0 100010 1110 10100 101000100 101000 1000010

Color Harmonies of #CB85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85AF

Black with #CB85AF

Text Example


Text Example

White with #CB85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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