Html Css Color HEX #CB82AC Lily

📋 copy color: '#CB82AC'

red 203 ◦ green 130 ◦ blue 172

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

Shades of Lily #CB82AC

Tints of Lily #CB82AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 40.2%
G = 25.74%
B = 34.06%

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

#CB82AC (or 0xCB82AC) is known color: Lily. HEX triplet: CB, 82 and AC. RGB value is (203,130,172). Sum of RGB (Red+Green+Blue) = 203+130+172=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AC is #347D53. Grayscale: #9C9C9C. Windows color (decimal): -3439956 or 11305675. OLE color: 11305675.

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

Color convert

RGB 203 130 172 -
CMYK 0 0.36 0.15 0.20
HSL 325.48º 0.41% 0.65% -
HSV(B) 325.48º 0.36% 0.8% -
XYZ 40.06 31.64 43.03 -
YUV 156.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 203 130 172 0 0.36 0.15 0.20 325.48 0.41 0.65
Hex CB 82 AC 0 24 F 14 145 29 41
Octal 313 202 254 0 44 17 24 505 51 101
Binary 11001011 10000010 10101100 0 100100 1111 10100 101000101 101001 1000001

Color Harmonies of #CB82AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82AC

Black with #CB82AC

Text Example


Text Example

White with #CB82AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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