Html Css Color HEX #CB98BA Lily

📋 copy color: '#CB98BA'

red 203 ◦ green 152 ◦ blue 186

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

Shades of Lily #CB98BA

Tints of Lily #CB98BA

RGB

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

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

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

R = 37.52%
G = 28.1%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB98BA (or 0xCB98BA) is known color: Lily. HEX triplet: CB, 98 and BA. RGB value is (203,152,186). Sum of RGB (Red+Green+Blue) = 203+152+186=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98BA is #346745. Grayscale: #ABABAB. Windows color (decimal): -3434310 or 12228811. OLE color: 12228811.

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

Color convert

RGB 203 152 186 -
CMYK 0 0.25 0.08 0.20
HSL 320º 0.33% 0.7% -
HSV(B) 320º 0.25% 0.8% -
XYZ 44.72 38.7 51.57 -
YUV 171.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 203 152 186 0 0.25 0.08 0.20 320 0.33 0.7
Hex CB 98 BA 0 19 8 14 140 21 46
Octal 313 230 272 0 31 10 24 500 41 106
Binary 11001011 10011000 10111010 0 11001 1000 10100 101000000 100001 1000110

Color Harmonies of #CB98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98BA

Black with #CB98BA

Text Example


Text Example

White with #CB98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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