Html Css Color HEX #C69CB7 Lily

📋 copy color: '#C69CB7'

red 198 ◦ green 156 ◦ blue 183

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

Shades of Lily #C69CB7

Tints of Lily #C69CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.08%

R = 36.87%
G = 29.05%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C69CB7 (or 0xC69CB7) is known color: Lily. HEX triplet: C6, 9C and B7. RGB value is (198,156,183). Sum of RGB (Red+Green+Blue) = 198+156+183=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CB7 is #396348. Grayscale: #ABABAB. Windows color (decimal): -3760969 or 12033222. OLE color: 12033222.

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

Color convert

RGB 198 156 183 -
CMYK 0 0.21 0.08 0.22
HSL 321.43º 0.27% 0.69% -
HSV(B) 321.43º 0.21% 0.78% -
XYZ 43.72 39.2 50.06 -
YUV 171.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 198 156 183 0 0.21 0.08 0.22 321.43 0.27 0.69
Hex C6 9C B7 0 15 8 16 141 1B 45
Octal 306 234 267 0 25 10 26 501 33 105
Binary 11000110 10011100 10110111 0 10101 1000 10110 101000001 11011 1000101

Color Harmonies of #C69CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CB7

Black with #C69CB7

Text Example


Text Example

White with #C69CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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