Html Css Color HEX #CB82AD Lily

📋 copy color: '#CB82AD'

red 203 ◦ green 130 ◦ blue 173

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

Shades of Lily #CB82AD

Tints of Lily #CB82AD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 40.12%
G = 25.69%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB82AD (or 0xCB82AD) is known color: Lily. HEX triplet: CB, 82 and AD. RGB value is (203,130,173). Sum of RGB (Red+Green+Blue) = 203+130+173=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AD is #347D52. Grayscale: #9C9C9C. Windows color (decimal): -3439955 or 11371211. OLE color: 11371211.

HSL color Cylindrical-coordinate representation of color #CB82AD: hue angle of 324.66º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB82AD is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 173 -
CMYK 0 0.36 0.15 0.20
HSL 324.66º 0.41% 0.65% -
HSV(B) 324.66º 0.36% 0.8% -
XYZ 40.15 31.68 43.53 -
YUV 156.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 203 130 173 0 0.36 0.15 0.20 324.66 0.41 0.65
Hex CB 82 AD 0 24 F 14 145 29 41
Octal 313 202 255 0 44 17 24 505 51 101
Binary 11001011 10000010 10101101 0 100100 1111 10100 101000101 101001 1000001

Color Harmonies of #CB82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82AD

Black with #CB82AD

Text Example


Text Example

White with #CB82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82AD; }

 p { color: rgb(203,130,173); }

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

background-color css

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

 a { background-color: rgb(203,130,173); }

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

border-color css

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

 span { border-color: rgb(203,130,173); }

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