Html Css Color HEX #CC83AB Lily

📋 copy color: '#CC83AB'

red 204 ◦ green 131 ◦ blue 171

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

Shades of Lily #CC83AB

Tints of Lily #CC83AB

RGB

 RED value IS 204 (80.08% from 255) = 40.32%

 GREEN value IS 131 (51.56% from 255) = 25.89%

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 40.32%
G = 25.89%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC83AB (or 0xCC83AB) is known color: Lily. HEX triplet: CC, 83 and AB. RGB value is (204,131,171). Sum of RGB (Red+Green+Blue) = 204+131+171=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC83AB is #337C54. Grayscale: #9D9D9D. Windows color (decimal): -3374165 or 11240396. OLE color: 11240396.

HSL color Cylindrical-coordinate representation of color #CC83AB: hue angle of 327.12º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC83AB is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 171 -
CMYK 0 0.36 0.16 0.2
HSL 327.12º 0.42% 0.66% -
HSV(B) 327.12º 0.36% 0.8% -
XYZ 40.37 32.01 42.58 -
YUV 157.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 204 131 171 0 0.36 0.16 0.2 327.12 0.42 0.66
Hex CC 83 AB 0 24 10 14 147 2A 42
Octal 314 203 253 0 44 20 24 507 52 102
Binary 11001100 10000011 10101011 0 100100 10000 10100 101000111 101010 1000010

Color Harmonies of #CC83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC83AB

Black with #CC83AB

Text Example


Text Example

White with #CC83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC83AB; }

 p { color: rgb(204,131,171); }

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

background-color css

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

 a { background-color: rgb(204,131,171); }

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

border-color css

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

 span { border-color: rgb(204,131,171); }

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