Html Css Color HEX #C69CB2 Lily

📋 copy color: '#C69CB2'

red 198 ◦ green 156 ◦ blue 178

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

Shades of Lily #C69CB2

Tints of Lily #C69CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 37.22%
G = 29.32%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C69CB2 (or 0xC69CB2) is known color: Lily. HEX triplet: C6, 9C and B2. RGB value is (198,156,178). Sum of RGB (Red+Green+Blue) = 198+156+178=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69CB2 is #39634D. Grayscale: #ABABAB. Windows color (decimal): -3760974 or 11705542. OLE color: 11705542.

HSL color Cylindrical-coordinate representation of color #C69CB2: hue angle of 328.57º 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 #C69CB2 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 156 178 -
CMYK 0 0.21 0.10 0.22
HSL 328.57º 0.27% 0.69% -
HSV(B) 328.57º 0.21% 0.78% -
XYZ 43.21 39 47.37 -
YUV 171.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 198 156 178 0 0.21 0.10 0.22 328.57 0.27 0.69
Hex C6 9C B2 0 15 A 16 149 1B 45
Octal 306 234 262 0 25 12 26 511 33 105
Binary 11000110 10011100 10110010 0 10101 1010 10110 101001001 11011 1000101

Color Harmonies of #C69CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CB2

Black with #C69CB2

Text Example


Text Example

White with #C69CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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