Html Css Color HEX #CB90AF Lily

📋 copy color: '#CB90AF'

red 203 ◦ green 144 ◦ blue 175

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

Shades of Lily #CB90AF

Tints of Lily #CB90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.59%

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

R = 38.89%
G = 27.59%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB90AF (or 0xCB90AF) is known color: Lily. HEX triplet: CB, 90 and AF. RGB value is (203,144,175). Sum of RGB (Red+Green+Blue) = 203+144+175=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB90AF is #346F50. Grayscale: #A5A5A5. Windows color (decimal): -3436369 or 11505867. OLE color: 11505867.

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

Color convert

RGB 203 144 175 -
CMYK 0 0.29 0.14 0.20
HSL 328.47º 0.36% 0.68% -
HSV(B) 328.47º 0.29% 0.8% -
XYZ 42.34 35.74 45.22 -
YUV 165.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 203 144 175 0 0.29 0.14 0.20 328.47 0.36 0.68
Hex CB 90 AF 0 1D E 14 148 24 44
Octal 313 220 257 0 35 16 24 510 44 104
Binary 11001011 10010000 10101111 0 11101 1110 10100 101001000 100100 1000100

Color Harmonies of #CB90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90AF

Black with #CB90AF

Text Example


Text Example

White with #CB90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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