Html Css Color HEX #CB95AF Lily

📋 copy color: '#CB95AF'

red 203 ◦ green 149 ◦ blue 175

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

Shades of Lily #CB95AF

Tints of Lily #CB95AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.27%

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

R = 38.52%
G = 28.27%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB95AF (or 0xCB95AF) is known color: Lily. HEX triplet: CB, 95 and AF. RGB value is (203,149,175). Sum of RGB (Red+Green+Blue) = 203+149+175=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB95AF is #346A50. Grayscale: #A8A8A8. Windows color (decimal): -3435089 or 11507147. OLE color: 11507147.

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

Color convert

RGB 203 149 175 -
CMYK 0 0.27 0.14 0.20
HSL 331.11º 0.34% 0.69% -
HSV(B) 331.11º 0.27% 0.8% -
XYZ 43.11 37.29 45.48 -
YUV 168.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 203 149 175 0 0.27 0.14 0.20 331.11 0.34 0.69
Hex CB 95 AF 0 1B E 14 14B 22 45
Octal 313 225 257 0 33 16 24 513 42 105
Binary 11001011 10010101 10101111 0 11011 1110 10100 101001011 100010 1000101

Color Harmonies of #CB95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB95AF

Black with #CB95AF

Text Example


Text Example

White with #CB95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB95AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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