Html Css Color HEX #CB94BA Lily

📋 copy color: '#CB94BA'

red 203 ◦ green 148 ◦ blue 186

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

Shades of Lily #CB94BA

Tints of Lily #CB94BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.56%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 37.8%
G = 27.56%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB94BA (or 0xCB94BA) is known color: Lily. HEX triplet: CB, 94 and BA. RGB value is (203,148,186). Sum of RGB (Red+Green+Blue) = 203+148+186=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94BA is #346B45. Grayscale: #A8A8A8. Windows color (decimal): -3435334 or 12227787. OLE color: 12227787.

HSL color Cylindrical-coordinate representation of color #CB94BA: hue angle of 318.55º degrees, saturation: 0.35, 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 #CB94BA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 186 -
CMYK 0 0.27 0.08 0.20
HSL 318.55º 0.35% 0.69% -
HSV(B) 318.55º 0.27% 0.8% -
XYZ 44.08 37.42 51.35 -
YUV 168.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 203 148 186 0 0.27 0.08 0.20 318.55 0.35 0.69
Hex CB 94 BA 0 1B 8 14 13F 23 45
Octal 313 224 272 0 33 10 24 477 43 105
Binary 11001011 10010100 10111010 0 11011 1000 10100 100111111 100011 1000101

Color Harmonies of #CB94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94BA

Black with #CB94BA

Text Example


Text Example

White with #CB94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94BA; }

 p { color: rgb(203,148,186); }

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

background-color css

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

 a { background-color: rgb(203,148,186); }

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

border-color css

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

 span { border-color: rgb(203,148,186); }

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