Html Css Color HEX #C69CB8 Lily

📋 copy color: '#C69CB8'

red 198 ◦ green 156 ◦ blue 184

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

Shades of Lily #C69CB8

Tints of Lily #C69CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.2%

R = 36.8%
G = 29%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C69CB8 (or 0xC69CB8) is known color: Lily. HEX triplet: C6, 9C and B8. RGB value is (198,156,184). Sum of RGB (Red+Green+Blue) = 198+156+184=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CB8 is #396347. Grayscale: #ABABAB. Windows color (decimal): -3760968 or 12098758. OLE color: 12098758.

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

Color convert

RGB 198 156 184 -
CMYK 0 0.21 0.07 0.22
HSL 320º 0.27% 0.69% -
HSV(B) 320º 0.21% 0.78% -
XYZ 43.83 39.24 50.61 -
YUV 171.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 198 156 184 0 0.21 0.07 0.22 320 0.27 0.69
Hex C6 9C B8 0 15 7 16 140 1B 45
Octal 306 234 270 0 25 7 26 500 33 105
Binary 11000110 10011100 10111000 0 10101 111 10110 101000000 11011 1000101

Color Harmonies of #C69CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CB8

Black with #C69CB8

Text Example


Text Example

White with #C69CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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