Html Css Color HEX #CCA7B3 Lily

📋 copy color: '#CCA7B3'

red 204 ◦ green 167 ◦ blue 179

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

Shades of Lily #CCA7B3

Tints of Lily #CCA7B3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.36%

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

R = 37.09%
G = 30.36%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCA7B3 (or 0xCCA7B3) is known color: Lily. HEX triplet: CC, A7 and B3. RGB value is (204,167,179). Sum of RGB (Red+Green+Blue) = 204+167+179=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7B3 is #33584C. Grayscale: #B3B3B3. Windows color (decimal): -3364941 or 11773900. OLE color: 11773900.

HSL color Cylindrical-coordinate representation of color #CCA7B3: hue angle of 340.54º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA7B3 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 179 -
CMYK 0 0.18 0.12 0.2
HSL 340.54º 0.27% 0.73% -
HSV(B) 340.54º 0.18% 0.8% -
XYZ 46.86 43.73 48.62 -
YUV 179.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 204 167 179 0 0.18 0.12 0.2 340.54 0.27 0.73
Hex CC A7 B3 0 12 C 14 155 1B 49
Octal 314 247 263 0 22 14 24 525 33 111
Binary 11001100 10100111 10110011 0 10010 1100 10100 101010101 11011 1001001

Color Harmonies of #CCA7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA7B3

Black with #CCA7B3

Text Example


Text Example

White with #CCA7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA7B3; }

 p { color: rgb(204,167,179); }

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

background-color css

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

 a { background-color: rgb(204,167,179); }

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

border-color css

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

 span { border-color: rgb(204,167,179); }

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