Html Css Color HEX #CFA0C6 Lilac

📋 copy color: '#CFA0C6'

red 207 ◦ green 160 ◦ blue 198

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

Shades of Lilac #CFA0C6

Tints of Lilac #CFA0C6

RGB

 RED value IS 207 (81.25% from 255) = 36.64%

 GREEN value IS 160 (62.89% from 255) = 28.32%

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 36.64%
G = 28.32%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFA0C6 (or 0xCFA0C6) is known color: Lilac. HEX triplet: CF, A0 and C6. RGB value is (207,160,198). Sum of RGB (Red+Green+Blue) = 207+160+198=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0C6 is #305F39. Grayscale: #B2B2B2. Windows color (decimal): -3170106 or 13017295. OLE color: 13017295.

HSL color Cylindrical-coordinate representation of color #CFA0C6: hue angle of 311.49º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0C6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 198 -
CMYK 0 0.23 0.04 0.19
HSL 311.49º 0.33% 0.72% -
HSV(B) 311.49º 0.23% 0.81% -
XYZ 48.5 42.48 59.07 -
YUV 178.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 207 160 198 0 0.23 0.04 0.19 311.49 0.33 0.72
Hex CF A0 C6 0 17 4 13 137 21 48
Octal 317 240 306 0 27 4 23 467 41 110
Binary 11001111 10100000 11000110 0 10111 100 10011 100110111 100001 1001000

Color Harmonies of #CFA0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0C6

Black with #CFA0C6

Text Example


Text Example

White with #CFA0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0C6; }

 p { color: rgb(207,160,198); }

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

background-color css

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

 a { background-color: rgb(207,160,198); }

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

border-color css

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

 span { border-color: rgb(207,160,198); }

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