Html Css Color HEX #CC92BF Lily

📋 copy color: '#CC92BF'

red 204 ◦ green 146 ◦ blue 191

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

Shades of Lily #CC92BF

Tints of Lily #CC92BF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.99%

 BLUE value IS 191 (75% from 255) = 35.3%

R = 37.71%
G = 26.99%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC92BF (or 0xCC92BF) is known color: Lily. HEX triplet: CC, 92 and BF. RGB value is (204,146,191). Sum of RGB (Red+Green+Blue) = 204+146+191=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92BF is #336D40. Grayscale: #A8A8A8. Windows color (decimal): -3370305 or 12554956. OLE color: 12554956.

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

Color convert

RGB 204 146 191 -
CMYK 0 0.28 0.06 0.2
HSL 313.45º 0.36% 0.69% -
HSV(B) 313.45º 0.28% 0.8% -
XYZ 44.58 37.16 54.11 -
YUV 168.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 204 146 191 0 0.28 0.06 0.2 313.45 0.36 0.69
Hex CC 92 BF 0 1C 6 14 139 24 45
Octal 314 222 277 0 34 6 24 471 44 105
Binary 11001100 10010010 10111111 0 11100 110 10100 100111001 100100 1000101

Color Harmonies of #CC92BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC92BF

Black with #CC92BF

Text Example


Text Example

White with #CC92BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC92BF; }

 p { color: rgb(204,146,191); }

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

background-color css

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

 a { background-color: rgb(204,146,191); }

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

border-color css

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

 span { border-color: rgb(204,146,191); }

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