Html Css Color HEX #CB94B8 Lily

📋 copy color: '#CB94B8'

red 203 ◦ green 148 ◦ blue 184

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

Shades of Lily #CB94B8

Tints of Lily #CB94B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 37.94%
G = 27.66%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB94B8 (or 0xCB94B8) is known color: Lily. HEX triplet: CB, 94 and B8. RGB value is (203,148,184). Sum of RGB (Red+Green+Blue) = 203+148+184=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94B8 is #346B47. Grayscale: #A8A8A8. Windows color (decimal): -3435336 or 12096715. OLE color: 12096715.

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

Color convert

RGB 203 148 184 -
CMYK 0 0.27 0.09 0.20
HSL 320.73º 0.35% 0.69% -
HSV(B) 320.73º 0.27% 0.8% -
XYZ 43.87 37.34 50.24 -
YUV 168.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 203 148 184 0 0.27 0.09 0.20 320.73 0.35 0.69
Hex CB 94 B8 0 1B 9 14 141 23 45
Octal 313 224 270 0 33 11 24 501 43 105
Binary 11001011 10010100 10111000 0 11011 1001 10100 101000001 100011 1000101

Color Harmonies of #CB94B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94B8

Black with #CB94B8

Text Example


Text Example

White with #CB94B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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