Html Css Color HEX #CB99AF Lily

📋 copy color: '#CB99AF'

red 203 ◦ green 153 ◦ blue 175

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

Shades of Lily #CB99AF

Tints of Lily #CB99AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.81%

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

R = 38.23%
G = 28.81%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB99AF (or 0xCB99AF) is known color: Lily. HEX triplet: CB, 99 and AF. RGB value is (203,153,175). Sum of RGB (Red+Green+Blue) = 203+153+175=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB99AF is #346650. Grayscale: #AAAAAA. Windows color (decimal): -3434065 or 11508171. OLE color: 11508171.

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

Color convert

RGB 203 153 175 -
CMYK 0 0.25 0.14 0.20
HSL 333.6º 0.32% 0.7% -
HSV(B) 333.6º 0.25% 0.8% -
XYZ 43.76 38.57 45.7 -
YUV 170.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 203 153 175 0 0.25 0.14 0.20 333.6 0.32 0.7
Hex CB 99 AF 0 19 E 14 14E 20 46
Octal 313 231 257 0 31 16 24 516 40 106
Binary 11001011 10011001 10101111 0 11001 1110 10100 101001110 100000 1000110

Color Harmonies of #CB99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99AF

Black with #CB99AF

Text Example


Text Example

White with #CB99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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