Html Css Color HEX #C67CAE Lily

📋 copy color: '#C67CAE'

red 198 ◦ green 124 ◦ blue 174

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

Shades of Lily #C67CAE

Tints of Lily #C67CAE

RGB

 RED value IS 198 (77.73% from 255) = 39.92%

 GREEN value IS 124 (48.83% from 255) = 25%

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 39.92%
G = 25%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C67CAE (or 0xC67CAE) is known color: Lily. HEX triplet: C6, 7C and AE. RGB value is (198,124,174). Sum of RGB (Red+Green+Blue) = 198+124+174=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CAE is #398351. Grayscale: #979797. Windows color (decimal): -3769170 or 11435206. OLE color: 11435206.

HSL color Cylindrical-coordinate representation of color #C67CAE: hue angle of 319.46º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67CAE is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 174 -
CMYK 0 0.37 0.12 0.22
HSL 319.46º 0.39% 0.63% -
HSV(B) 319.46º 0.37% 0.78% -
XYZ 38.14 29.48 43.72 -
YUV 151.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 198 124 174 0 0.37 0.12 0.22 319.46 0.39 0.63
Hex C6 7C AE 0 25 C 16 13F 27 3F
Octal 306 174 256 0 45 14 26 477 47 77
Binary 11000110 1111100 10101110 0 100101 1100 10110 100111111 100111 111111

Color Harmonies of #C67CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CAE

Black with #C67CAE

Text Example


Text Example

White with #C67CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CAE; }

 p { color: rgb(198,124,174); }

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

background-color css

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

 a { background-color: rgb(198,124,174); }

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

border-color css

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

 span { border-color: rgb(198,124,174); }

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