Html Css Color HEX #C69CBD Lily

📋 copy color: '#C69CBD'

red 198 ◦ green 156 ◦ blue 189

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

Shades of Lily #C69CBD

Tints of Lily #C69CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.73%

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 36.46%
G = 28.73%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C69CBD (or 0xC69CBD) is known color: Lily. HEX triplet: C6, 9C and BD. RGB value is (198,156,189). Sum of RGB (Red+Green+Blue) = 198+156+189=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CBD is #396342. Grayscale: #ACACAC. Windows color (decimal): -3760963 or 12426438. OLE color: 12426438.

HSL color Cylindrical-coordinate representation of color #C69CBD: hue angle of 312.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69CBD is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 156 189 -
CMYK 0 0.21 0.05 0.22
HSL 312.86º 0.27% 0.69% -
HSV(B) 312.86º 0.21% 0.78% -
XYZ 44.36 39.46 53.42 -
YUV 172.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 198 156 189 0 0.21 0.05 0.22 312.86 0.27 0.69
Hex C6 9C BD 0 15 5 16 139 1B 45
Octal 306 234 275 0 25 5 26 471 33 105
Binary 11000110 10011100 10111101 0 10101 101 10110 100111001 11011 1000101

Color Harmonies of #C69CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CBD

Black with #C69CBD

Text Example


Text Example

White with #C69CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CBD; }

 p { color: rgb(198,156,189); }

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

background-color css

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

 a { background-color: rgb(198,156,189); }

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

border-color css

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

 span { border-color: rgb(198,156,189); }

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