Html Css Color HEX #CB98B3 Lily

📋 copy color: '#CB98B3'

red 203 ◦ green 152 ◦ blue 179

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

Shades of Lily #CB98B3

Tints of Lily #CB98B3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.46%

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 38.01%
G = 28.46%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB98B3 (or 0xCB98B3) is known color: Lily. HEX triplet: CB, 98 and B3. RGB value is (203,152,179). Sum of RGB (Red+Green+Blue) = 203+152+179=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98B3 is #34674C. Grayscale: #AAAAAA. Windows color (decimal): -3434317 or 11770059. OLE color: 11770059.

HSL color Cylindrical-coordinate representation of color #CB98B3: hue angle of 328.24º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB98B3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 179 -
CMYK 0 0.25 0.12 0.20
HSL 328.24º 0.33% 0.7% -
HSV(B) 328.24º 0.25% 0.8% -
XYZ 43.99 38.41 47.74 -
YUV 170.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 203 152 179 0 0.25 0.12 0.20 328.24 0.33 0.7
Hex CB 98 B3 0 19 C 14 148 21 46
Octal 313 230 263 0 31 14 24 510 41 106
Binary 11001011 10011000 10110011 0 11001 1100 10100 101001000 100001 1000110

Color Harmonies of #CB98B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98B3

Black with #CB98B3

Text Example


Text Example

White with #CB98B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98B3; }

 p { color: rgb(203,152,179); }

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

background-color css

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

 a { background-color: rgb(203,152,179); }

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

border-color css

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

 span { border-color: rgb(203,152,179); }

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