Html Css Color HEX #C3AFB6 Lily

📋 copy color: '#C3AFB6'

red 195 ◦ green 175 ◦ blue 182

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

Shades of Lily #C3AFB6

Tints of Lily #C3AFB6

RGB

 RED value IS 195 (76.56% from 255) = 35.33%

 GREEN value IS 175 (68.75% from 255) = 31.7%

 BLUE value IS 182 (71.48% from 255) = 32.97%

R = 35.33%
G = 31.7%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C3AFB6 (or 0xC3AFB6) is known color: Lily. HEX triplet: C3, AF and B6. RGB value is (195,175,182). Sum of RGB (Red+Green+Blue) = 195+175+182=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFB6 is #3C5049. Grayscale: #B5B5B5. Windows color (decimal): -3952714 or 11972547. OLE color: 11972547.

HSL color Cylindrical-coordinate representation of color #C3AFB6: hue angle of 339º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3AFB6 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 182 -
CMYK 0 0.10 0.07 0.24
HSL 339º 0.14% 0.73% -
HSV(B) 339º 0.1% 0.76% -
XYZ 46.28 45.64 50.63 -
YUV 181.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 195 175 182 0 0.10 0.07 0.24 339 0.14 0.73
Hex C3 AF B6 0 A 7 18 153 E 49
Octal 303 257 266 0 12 7 30 523 16 111
Binary 11000011 10101111 10110110 0 1010 111 11000 101010011 1110 1001001

Color Harmonies of #C3AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFB6

Black with #C3AFB6

Text Example


Text Example

White with #C3AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFB6; }

 p { color: rgb(195,175,182); }

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

background-color css

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

 a { background-color: rgb(195,175,182); }

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

border-color css

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

 span { border-color: rgb(195,175,182); }

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