Html Css Color HEX #CB94B4 Lily

📋 copy color: '#CB94B4'

red 203 ◦ green 148 ◦ blue 180

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

Shades of Lily #CB94B4

Tints of Lily #CB94B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 38.23%
G = 27.87%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB94B4 (or 0xCB94B4) is known color: Lily. HEX triplet: CB, 94 and B4. RGB value is (203,148,180). Sum of RGB (Red+Green+Blue) = 203+148+180=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94B4 is #346B4B. Grayscale: #A8A8A8. Windows color (decimal): -3435340 or 11834571. OLE color: 11834571.

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

Color convert

RGB 203 148 180 -
CMYK 0 0.27 0.11 0.20
HSL 325.09º 0.35% 0.69% -
HSV(B) 325.09º 0.27% 0.8% -
XYZ 43.46 37.17 48.06 -
YUV 168.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 203 148 180 0 0.27 0.11 0.20 325.09 0.35 0.69
Hex CB 94 B4 0 1B B 14 145 23 45
Octal 313 224 264 0 33 13 24 505 43 105
Binary 11001011 10010100 10110100 0 11011 1011 10100 101000101 100011 1000101

Color Harmonies of #CB94B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94B4

Black with #CB94B4

Text Example


Text Example

White with #CB94B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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