Html Css Color HEX #CB8FAE Lily

📋 copy color: '#CB8FAE'

red 203 ◦ green 143 ◦ blue 174

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

Shades of Lily #CB8FAE

Tints of Lily #CB8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 39.04%
G = 27.5%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB8FAE (or 0xCB8FAE) is known color: Lily. HEX triplet: CB, 8F and AE. RGB value is (203,143,174). Sum of RGB (Red+Green+Blue) = 203+143+174=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAE is #347051. Grayscale: #A4A4A4. Windows color (decimal): -3436626 or 11440075. OLE color: 11440075.

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

Color convert

RGB 203 143 174 -
CMYK 0 0.30 0.14 0.20
HSL 329º 0.37% 0.68% -
HSV(B) 329º 0.3% 0.8% -
XYZ 42.09 35.4 44.66 -
YUV 164.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 203 143 174 0 0.30 0.14 0.20 329 0.37 0.68
Hex CB 8F AE 0 1E E 14 149 25 44
Octal 313 217 256 0 36 16 24 511 45 104
Binary 11001011 10001111 10101110 0 11110 1110 10100 101001001 100101 1000100

Color Harmonies of #CB8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8FAE

Black with #CB8FAE

Text Example


Text Example

White with #CB8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8FAE; }

 p { color: rgb(203,143,174); }

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

background-color css

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

 a { background-color: rgb(203,143,174); }

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

border-color css

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

 span { border-color: rgb(203,143,174); }

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