Html Css Color HEX #CB93AF Lily

📋 copy color: '#CB93AF'

red 203 ◦ green 147 ◦ blue 175

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

Shades of Lily #CB93AF

Tints of Lily #CB93AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28%

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

R = 38.67%
G = 28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB93AF (or 0xCB93AF) is known color: Lily. HEX triplet: CB, 93 and AF. RGB value is (203,147,175). Sum of RGB (Red+Green+Blue) = 203+147+175=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93AF is #346C50. Grayscale: #A6A6A6. Windows color (decimal): -3435601 or 11506635. OLE color: 11506635.

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

Color convert

RGB 203 147 175 -
CMYK 0 0.28 0.14 0.20
HSL 330º 0.35% 0.69% -
HSV(B) 330º 0.28% 0.8% -
XYZ 42.8 36.66 45.38 -
YUV 166.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 203 147 175 0 0.28 0.14 0.20 330 0.35 0.69
Hex CB 93 AF 0 1C E 14 14A 23 45
Octal 313 223 257 0 34 16 24 512 43 105
Binary 11001011 10010011 10101111 0 11100 1110 10100 101001010 100011 1000101

Color Harmonies of #CB93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93AF

Black with #CB93AF

Text Example


Text Example

White with #CB93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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